#CBBAA5

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

Shades of Grain Brown #CBBAA5

Tints of Grain Brown #CBBAA5

Color information

#CBBAA5 (or 0xCBBAA5) is unknown color: approx Grain Brown. HEX triplet: CB, BA and A5. RGB value is (203,186,165). Sum of RGB (Red+Green+Blue) = 203+186+165=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA5 is #34455A. Grayscale: #BCBCBC. Windows color (decimal): -3425627 or 10861259. OLE color: 10861259.

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

Color convert

RGB203186165-
CMYK00.080.190.20
HSL33.16º26.76%72.16%-
HSV(B)33.16º18.72%79.61%-
XYZ48.9850.5342.77-
YUV188.69114.63138.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=36.64%
G=33.57%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318616500.080.190.2033.1626.7672.16
HexCBBAA5081314211b48
Octal31327224501023244133110
Binary110010111011101010100101010001001110100100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAA5; }

 p { color: rgb(203,186,165); }

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

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

 a { background-color: rgb(203,186,165); }

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

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

 span { border-color: rgb(203,186,165); }

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