Html Css Color HEX #CAC5A0 Kangaroo

📋 copy color: '#CAC5A0'

red 202 ◦ green 197 ◦ blue 160

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

Shades of Kangaroo #CAC5A0

Tints of Kangaroo #CAC5A0

RGB

 RED value IS 202 (79.3% from 255) = 36.14%

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

 BLUE value IS 160 (62.89% from 255) = 28.62%

R = 36.14%
G = 35.24%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CAC5A0 (or 0xCAC5A0) is known color: Kangaroo. HEX triplet: CA, C5 and A0. RGB value is (202,197,160). Sum of RGB (Red+Green+Blue) = 202+197+160=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5A0 is #353A5F. Grayscale: #C2C2C2. Windows color (decimal): -3488352 or 10536394. OLE color: 10536394.

HSL color Cylindrical-coordinate representation of color #CAC5A0: hue angle of 52.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC5A0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 160 -
CMYK 0 0.02 0.21 0.21
HSL 52.86º 0.28% 0.71% -
HSV(B) 52.86º 0.21% 0.79% -
XYZ 50.67 55.03 41.21 -
YUV 194.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 202 197 160 0 0.02 0.21 0.21 52.86 0.28 0.71
Hex CA C5 A0 0 2 15 15 35 1C 47
Octal 312 305 240 0 2 25 25 65 34 107
Binary 11001010 11000101 10100000 0 10 10101 10101 110101 11100 1000111

Color Harmonies of #CAC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5A0

Black with #CAC5A0

Text Example


Text Example

White with #CAC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5A0; }

 p { color: rgb(202,197,160); }

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

background-color css

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

 a { background-color: rgb(202,197,160); }

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

border-color css

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

 span { border-color: rgb(202,197,160); }

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