#CBC8AE

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

Shades of Kangaroo #CBC8AE

Tints of Kangaroo #CBC8AE

Color information

#CBC8AE (or 0xCBC8AE) is unknown color: approx Kangaroo. HEX triplet: CB, C8 and AE. RGB value is (203,200,174). Sum of RGB (Red+Green+Blue) = 203+200+174=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8AE is #343751. Grayscale: #C6C6C6. Windows color (decimal): -3422034 or 11454667. OLE color: 11454667.

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

Color convert

RGB203200174-
CMYK00.010.140.20
HSL53.79º21.8%73.92%-
HSV(B)53.79º14.29%79.61%-
XYZ52.9257.0648.27-
YUV197.93114.49131.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=35.18%
G=34.66%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320017400.010.140.2053.7921.873.92
HexCBC8AE01E1436164a
Octal3133102560116246626112
Binary11001011110010001010111001111010100110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8AE; }

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

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

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

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

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

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

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

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