#CBC7AE

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

Shades of Kangaroo #CBC7AE

Tints of Kangaroo #CBC7AE

Color information

#CBC7AE (or 0xCBC7AE) is unknown color: approx Kangaroo. HEX triplet: CB, C7 and AE. RGB value is (203,199,174). Sum of RGB (Red+Green+Blue) = 203+199+174=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7AE is #343851. Grayscale: #C5C5C5. Windows color (decimal): -3422290 or 11454411. OLE color: 11454411.

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

Color convert

RGB203199174-
CMYK00.020.140.20
HSL51.72º21.8%73.92%-
HSV(B)51.72º14.29%79.61%-
XYZ52.6956.648.19-
YUV197.35114.83132.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=35.24%
G=34.55%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319917400.020.140.2051.7221.873.92
HexCBC7AE02E1434164a
Octal3133072560216246426112
Binary110010111100011110101110010111010100110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7AE; }

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

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

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

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

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

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

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

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