#CAC7B0

Color #CAC7B0 Kangaroo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kangaroo #CAC7B0

Tints of Kangaroo #CAC7B0

Color information

#CAC7B0 (or 0xCAC7B0) is unknown color: approx Kangaroo. HEX triplet: CA, C7 and B0. RGB value is (202,199,176). Sum of RGB (Red+Green+Blue) = 202+199+176=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC7B0 is #35384F. Grayscale: #C5C5C5. Windows color (decimal): -3487824 or 11585482. OLE color: 11585482.

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

Color convert

RGB202199176-
CMYK00.010.130.21
HSL53.08º19.7%74.12%-
HSV(B)53.08º12.87%79.22%-
XYZ52.6256.5449.21-
YUV197.27115.99131.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=35.01%
G=34.49%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219917600.010.130.2153.0819.774.12
HexCAC7B001D1535144a
Octal3123072600115256524112
Binary11001010110001111011000001110110101110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7B0; }

 p { color: rgb(202,199,176); }

 H1.HeaderClassName
 {
   color: #CAC7B0;
 }
 .AnyTagClassName
 {
   color: #CAC7B0;
 }
</style>
background-color css

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

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

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

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

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

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