#CCCBA4

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

Shades of Kangaroo #CCCBA4

Tints of Kangaroo #CCCBA4

Color information

#CCCBA4 (or 0xCCCBA4) is unknown color: approx Kangaroo. HEX triplet: CC, CB and A4. RGB value is (204,203,164). Sum of RGB (Red+Green+Blue) = 204+203+164=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA4 is #33345B. Grayscale: #C7C7C7. Windows color (decimal): -3355740 or 10800076. OLE color: 10800076.

HSL color Cylindrical-coordinate representation of color #CCCBA4: hue angle of 58.5º 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 #CCCBA4 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204203164-
CMYK00.000.200.2
HSL58.5º28.17%72.16%-
HSV(B)58.5º19.61%80%-
XYZ52.9658.2343.57-
YUV198.85108.33131.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=35.73%
G=35.55%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420316400.000.200.258.528.1772.16
HexCCCBA40014143a1c48
Octal3143132440024247234110
Binary110011001100101110100100001010010100111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBA4; }

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

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

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

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

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

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

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

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