#CBBCAF

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

Shades of Grain Brown #CBBCAF

Tints of Grain Brown #CBBCAF

Color information

#CBBCAF (or 0xCBBCAF) is unknown color: approx Grain Brown. HEX triplet: CB, BC and AF. RGB value is (203,188,175). Sum of RGB (Red+Green+Blue) = 203+188+175=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCAF is #344350. Grayscale: #BFBFBF. Windows color (decimal): -3425105 or 11517131. OLE color: 11517131.

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

Color convert

RGB203188175-
CMYK00.070.140.20
HSL27.86º21.21%74.12%-
HSV(B)27.86º13.79%79.61%-
XYZ50.3551.7647.89-
YUV191118.97136.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=35.87%
G=33.22%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318817500.070.140.2027.8621.2174.12
HexCBBCAF07E141c154a
Octal3132742570716243425112
Binary110010111011110010101111011111101010011100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCAF; }

 p { color: rgb(203,188,175); }

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

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

 a { background-color: rgb(203,188,175); }

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

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

 span { border-color: rgb(203,188,175); }

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