#CBB8A4

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

Shades of Grain Brown #CBB8A4

Tints of Grain Brown #CBB8A4

Color information

#CBB8A4 (or 0xCBB8A4) is unknown color: approx Grain Brown. HEX triplet: CB, B8 and A4. RGB value is (203,184,164). Sum of RGB (Red+Green+Blue) = 203+184+164=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB8A4 is #34475B. Grayscale: #BBBBBB. Windows color (decimal): -3426140 or 10795211. OLE color: 10795211.

HSL color Cylindrical-coordinate representation of color #CBB8A4: hue angle of 30.77º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB8A4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203184164-
CMYK00.090.190.20
HSL30.77º27.27%71.96%-
HSV(B)30.77º19.21%79.61%-
XYZ48.4749.6642.15-
YUV187.4114.79139.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=36.84%
G=33.39%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318416400.090.190.2030.7727.2771.96
HexCBB8A40913141f1b48
Octal31327024401123243733110
Binary11001011101110001010010001001100111010011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8A4; }

 p { color: rgb(203,184,164); }

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

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

 a { background-color: rgb(203,184,164); }

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

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

 span { border-color: rgb(203,184,164); }

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