#CCCBA7

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

Shades of Kangaroo #CCCBA7

Tints of Kangaroo #CCCBA7

Color information

#CCCBA7 (or 0xCCCBA7) is unknown color: approx Kangaroo. HEX triplet: CC, CB and A7. RGB value is (204,203,167). Sum of RGB (Red+Green+Blue) = 204+203+167=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA7 is #333458. Grayscale: #C7C7C7. Windows color (decimal): -3355737 or 10996684. OLE color: 10996684.

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

Color convert

RGB204203167-
CMYK00.000.180.2
HSL58.38º26.62%72.75%-
HSV(B)58.38º18.14%80%-
XYZ53.2358.3445.01-
YUV199.2109.83131.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=35.54%
G=35.37%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420316700.000.180.258.3826.6272.75
HexCCCBA70012143a1b49
Octal3143132470022247233111
Binary110011001100101110100111001001010100111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBA7; }

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

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

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

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

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

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

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

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