Html Css Color HEX #C8C5AA Kangaroo

📋 copy color: '#C8C5AA'

red 200 ◦ green 197 ◦ blue 170

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

Shades of Kangaroo #C8C5AA

Tints of Kangaroo #C8C5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 35.27%
G = 34.74%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C8C5AA (or 0xC8C5AA) is known color: Kangaroo. HEX triplet: C8, C5 and AA. RGB value is (200,197,170). Sum of RGB (Red+Green+Blue) = 200+197+170=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AA is #373A55. Grayscale: #C2C2C2. Windows color (decimal): -3619414 or 11191752. OLE color: 11191752.

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

Color convert

RGB 200 197 170 -
CMYK 0 0.02 0.15 0.22
HSL 54º 0.21% 0.73% -
HSV(B) 54º 0.15% 0.78% -
XYZ 51.04 55.11 45.98 -
YUV 194.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 200 197 170 0 0.02 0.15 0.22 54 0.21 0.73
Hex C8 C5 AA 0 2 F 16 36 15 49
Octal 310 305 252 0 2 17 26 66 25 111
Binary 11001000 11000101 10101010 0 10 1111 10110 110110 10101 1001001

Color Harmonies of #C8C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5AA

Black with #C8C5AA

Text Example


Text Example

White with #C8C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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