#CBBBAE

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

Shades of Grain Brown #CBBBAE

Tints of Grain Brown #CBBBAE

Color information

#CBBBAE (or 0xCBBBAE) is unknown color: approx Grain Brown. HEX triplet: CB, BB and AE. RGB value is (203,187,174). Sum of RGB (Red+Green+Blue) = 203+187+174=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBAE is #344451. Grayscale: #BEBEBE. Windows color (decimal): -3425362 or 11451339. OLE color: 11451339.

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

Color convert

RGB203187174-
CMYK00.080.140.20
HSL26.9º21.8%73.92%-
HSV(B)26.9º14.29%79.61%-
XYZ50.0451.2947.31-
YUV190.3118.8137.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=35.99%
G=33.16%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318717400.080.140.2026.921.873.92
HexCBBBAE08E141b164a
Octal31327325601016243326112
Binary1100101110111011101011100100011101010011011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBAE; }

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

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

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

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

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

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

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

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