#CCCAAB

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

Shades of Kangaroo #CCCAAB

Tints of Kangaroo #CCCAAB

Color information

#CCCAAB (or 0xCCCAAB) is unknown color: approx Kangaroo. HEX triplet: CC, CA and AB. RGB value is (204,202,171). Sum of RGB (Red+Green+Blue) = 204+202+171=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAB is #333554. Grayscale: #C7C7C7. Windows color (decimal): -3355989 or 11258572. OLE color: 11258572.

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

Color convert

RGB204202171-
CMYK00.010.160.2
HSL56.36º24.44%73.53%-
HSV(B)56.36º16.18%80%-
XYZ53.3758.0246.91-
YUV199.06112.16131.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=35.36%
G=35.01%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217100.010.160.256.3624.4473.53
HexCCCAAB01101438184a
Octal3143122530120247030112
Binary110011001100101010101011011000010100111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAAB; }

 p { color: rgb(204,202,171); }

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

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

 a { background-color: rgb(204,202,171); }

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

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

 span { border-color: rgb(204,202,171); }

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