#CBCAAE

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

Shades of Kangaroo #CBCAAE

Tints of Kangaroo #CBCAAE

Color information

#CBCAAE (or 0xCBCAAE) is unknown color: approx Kangaroo. HEX triplet: CB, CA and AE. RGB value is (203,202,174). Sum of RGB (Red+Green+Blue) = 203+202+174=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCAAE is #343551. Grayscale: #C7C7C7. Windows color (decimal): -3421522 or 11455179. OLE color: 11455179.

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

Color convert

RGB203202174-
CMYK00.000.140.20
HSL57.93º21.8%73.92%-
HSV(B)57.93º14.29%79.61%-
XYZ53.3957.9948.42-
YUV199.11113.83130.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=35.06%
G=34.89%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320217400.000.140.2057.9321.873.92
HexCBCAAE00E143a164a
Octal3133122560016247226112
Binary11001011110010101010111000111010100111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAAE; }

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

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

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

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

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

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

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

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