#CBBBAC

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

Shades of Grain Brown #CBBBAC

Tints of Grain Brown #CBBBAC

Color information

#CBBBAC (or 0xCBBBAC) is unknown color: approx Grain Brown. HEX triplet: CB, BB and AC. RGB value is (203,187,172). Sum of RGB (Red+Green+Blue) = 203+187+172=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBAC is #344453. Grayscale: #BEBEBE. Windows color (decimal): -3425364 or 11320267. OLE color: 11320267.

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

Color convert

RGB203187172-
CMYK00.080.150.20
HSL29.03º22.96%73.53%-
HSV(B)29.03º15.27%79.61%-
XYZ49.8551.2246.29-
YUV190.07117.8137.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=36.12%
G=33.27%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318717200.080.150.2029.0322.9673.53
HexCBBBAC08F141d174a
Octal31327325401017243527112
Binary1100101110111011101011000100011111010011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBAC; }

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

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

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

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

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

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

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

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