#CCC7A6

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

Shades of Kangaroo #CCC7A6

Tints of Kangaroo #CCC7A6

Color information

#CCC7A6 (or 0xCCC7A6) is unknown color: approx Kangaroo. HEX triplet: CC, C7 and A6. RGB value is (204,199,166). Sum of RGB (Red+Green+Blue) = 204+199+166=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A6 is #333859. Grayscale: #C4C4C4. Windows color (decimal): -3356762 or 10930124. OLE color: 10930124.

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

Color convert

RGB204199166-
CMYK00.020.190.2
HSL52.11º27.14%72.55%-
HSV(B)52.11º18.63%80%-
XYZ52.2156.4444.22-
YUV196.73110.66133.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=35.85%
G=34.97%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419916600.020.190.252.1127.1472.55
HexCCC7A6021314341b49
Octal3143072460223246433111
Binary1100110011000111101001100101001110100110100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7A6; }

 p { color: rgb(204,199,166); }

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

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

 a { background-color: rgb(204,199,166); }

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

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

 span { border-color: rgb(204,199,166); }

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