Html Css Color HEX #C7C7AF Kangaroo

📋 copy color: '#C7C7AF'

red 199 ◦ green 199 ◦ blue 175

#C7C7AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #C7C7AF

Tints of Kangaroo #C7C7AF

RGB

 RED value IS 199 (78.13% from 255) = 34.73%

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 34.73%
G = 34.73%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7C7AF (or 0xC7C7AF) is known color: Kangaroo. HEX triplet: C7, C7 and AF. RGB value is (199,199,175). Sum of RGB (Red+Green+Blue) = 199+199+175=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C7AF is #383850. Grayscale: #C4C4C4. Windows color (decimal): -3684433 or 11519943. OLE color: 11519943.

HSL color Cylindrical-coordinate representation of color #C7C7AF: hue angle of 60º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C7AF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 199 175 -
CMYK 0 0 0.12 0.22
HSL 60º 0.18% 0.73% -
HSV(B) 60º 0.12% 0.78% -
XYZ 51.71 56.08 48.66 -
YUV 196.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 199 199 175 0 0 0.12 0.22 60 0.18 0.73
Hex C7 C7 AF 0 0 C 16 3C 12 49
Octal 307 307 257 0 0 14 26 74 22 111
Binary 11000111 11000111 10101111 0 0 1100 10110 111100 10010 1001001

Color Harmonies of #C7C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7AF

Black with #C7C7AF

Text Example


Text Example

White with #C7C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7AF; }

 p { color: rgb(199,199,175); }

 H1.HeaderClassName
 {
   color: #C7C7AF;
 }
 .AnyTagClassName
 {
   color: #C7C7AF;
 }
</style>

background-color css

<style>
 a { background-color: #C7C7AF; }

 a { background-color: rgb(199,199,175); }

 div.DivClassName
 {
   background-color: #C7C7AF;
 }
 .BgClassName
 {
   background-color: #C7C7AF;
 }
</style>

border-color css

<style>
 span { border-color: #C7C7AF; }

 span { border-color: rgb(199,199,175); }

 td.TdClassName
 {
   border-color: #C7C7AF;
 }
 .TagClassName
 {
   border-color: #C7C7AF;
 }
</style>