Html Css Color HEX #C8C5AE Kangaroo

📋 copy color: '#C8C5AE'

red 200 ◦ green 197 ◦ blue 174

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

Shades of Kangaroo #C8C5AE

Tints of Kangaroo #C8C5AE

RGB

 RED value IS 200 (78.52% from 255) = 35.03%

 GREEN value IS 197 (77.34% from 255) = 34.5%

 BLUE value IS 174 (68.36% from 255) = 30.47%

R = 35.03%
G = 34.5%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C8C5AE (or 0xC8C5AE) is known color: Kangaroo. HEX triplet: C8, C5 and AE. RGB value is (200,197,174). Sum of RGB (Red+Green+Blue) = 200+197+174=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AE is #373A51. Grayscale: #C3C3C3. Windows color (decimal): -3619410 or 11453896. OLE color: 11453896.

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

Color convert

RGB 200 197 174 -
CMYK 0 0.02 0.13 0.22
HSL 53.08º 0.19% 0.73% -
HSV(B) 53.08º 0.13% 0.78% -
XYZ 51.43 55.27 48 -
YUV 195.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 200 197 174 0 0.02 0.13 0.22 53.08 0.19 0.73
Hex C8 C5 AE 0 2 D 16 35 13 49
Octal 310 305 256 0 2 15 26 65 23 111
Binary 11001000 11000101 10101110 0 10 1101 10110 110101 10011 1001001

Color Harmonies of #C8C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5AE

Black with #C8C5AE

Text Example


Text Example

White with #C8C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5AE; }

 p { color: rgb(200,197,174); }

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

background-color css

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

 a { background-color: rgb(200,197,174); }

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

border-color css

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

 span { border-color: rgb(200,197,174); }

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