#CBCAAB

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

Shades of Kangaroo #CBCAAB

Tints of Kangaroo #CBCAAB

Color information

#CBCAAB (or 0xCBCAAB) is unknown color: approx Kangaroo. HEX triplet: CB, CA and AB. RGB value is (203,202,171). Sum of RGB (Red+Green+Blue) = 203+202+171=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCAAB is #343554. Grayscale: #C6C6C6. Windows color (decimal): -3421525 or 11258571. OLE color: 11258571.

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

Color convert

RGB203202171-
CMYK00.000.160.20
HSL58.12º23.53%73.33%-
HSV(B)58.12º15.76%79.61%-
XYZ53.157.8846.9-
YUV198.76112.33131.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=35.24%
G=35.07%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320217100.000.160.2058.1223.5373.33
HexCBCAAB0010143a1849
Octal3133122530020247230111
Binary110010111100101010101011001000010100111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAAB; }

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

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

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

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

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

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

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

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