#CBCBA5

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

Shades of Kangaroo #CBCBA5

Tints of Kangaroo #CBCBA5

Color information

#CBCBA5 (or 0xCBCBA5) is unknown color: approx Kangaroo. HEX triplet: CB, CB and A5. RGB value is (203,203,165). Sum of RGB (Red+Green+Blue) = 203+203+165=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA5 is #34345A. Grayscale: #C6C6C6. Windows color (decimal): -3421275 or 10865611. OLE color: 10865611.

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

Color convert

RGB203203165-
CMYK000.190.20
HSL60º26.76%72.16%-
HSV(B)60º18.72%79.61%-
XYZ52.7858.1244.03-
YUV198.67109131.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=35.55%
G=35.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203165000.190.206026.7672.16
HexCBCBA50013143c1b48
Octal3133132450023247433110
Binary110010111100101110100101001001110100111100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBA5; }

 p { color: rgb(203,203,165); }

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

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

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

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

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

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

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