Html Css Color HEX #CAC5AD Kangaroo

📋 copy color: '#CAC5AD'

red 202 ◦ green 197 ◦ blue 173

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

Shades of Kangaroo #CAC5AD

Tints of Kangaroo #CAC5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 35.31%
G = 34.44%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CAC5AD (or 0xCAC5AD) is known color: Kangaroo. HEX triplet: CA, C5 and AD. RGB value is (202,197,173). Sum of RGB (Red+Green+Blue) = 202+197+173=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5AD is #353A52. Grayscale: #C3C3C3. Windows color (decimal): -3488339 or 11388362. OLE color: 11388362.

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

Color convert

RGB 202 197 173 -
CMYK 0 0.02 0.14 0.21
HSL 49.66º 0.21% 0.74% -
HSV(B) 49.66º 0.14% 0.79% -
XYZ 51.87 55.51 47.52 -
YUV 195.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 202 197 173 0 0.02 0.14 0.21 49.66 0.21 0.74
Hex CA C5 AD 0 2 E 15 32 15 4A
Octal 312 305 255 0 2 16 25 62 25 112
Binary 11001010 11000101 10101101 0 10 1110 10101 110010 10101 1001010

Color Harmonies of #CAC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5AD

Black with #CAC5AD

Text Example


Text Example

White with #CAC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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