#CBCAA4

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

Shades of Kangaroo #CBCAA4

Tints of Kangaroo #CBCAA4

Color information

#CBCAA4 (or 0xCBCAA4) is unknown color: approx Kangaroo. HEX triplet: CB, CA and A4. RGB value is (203,202,164). Sum of RGB (Red+Green+Blue) = 203+202+164=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCAA4 is #34355B. Grayscale: #C6C6C6. Windows color (decimal): -3421532 or 10799819. OLE color: 10799819.

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

Color convert

RGB203202164-
CMYK00.000.190.20
HSL58.46º27.27%71.96%-
HSV(B)58.46º19.21%79.61%-
XYZ52.4557.6243.48-
YUV197.97108.83131.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=35.68%
G=35.50%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320216400.000.190.2058.4627.2771.96
HexCBCAA40013143a1b48
Octal3133122440023247233110
Binary110010111100101010100100001001110100111010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAA4; }

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

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

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

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

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

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

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

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