#CCC6A4

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

Shades of Kangaroo #CCC6A4

Tints of Kangaroo #CCC6A4

Color information

#CCC6A4 (or 0xCCC6A4) is unknown color: approx Kangaroo. HEX triplet: CC, C6 and A4. RGB value is (204,198,164). Sum of RGB (Red+Green+Blue) = 204+198+164=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6A4 is #33395B. Grayscale: #C4C4C4. Windows color (decimal): -3357020 or 10798796. OLE color: 10798796.

HSL color Cylindrical-coordinate representation of color #CCC6A4: hue angle of 51º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC6A4 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204198164-
CMYK00.030.200.2
HSL51º28.17%72.16%-
HSV(B)51º19.61%80%-
XYZ51.855.9143.18-
YUV195.92109.99133.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 198 (77.73% from 255) = 34.98%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=36.04%
G=34.98%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419816400.030.200.25128.1772.16
HexCCC6A4031414331c48
Octal3143062440324246334110
Binary1100110011000110101001000111010010100110011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6A4; }

 p { color: rgb(204,198,164); }

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

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

 a { background-color: rgb(204,198,164); }

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

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

 span { border-color: rgb(204,198,164); }

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