#CDBBA8

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

Shades of Grain Brown #CDBBA8

Tints of Grain Brown #CDBBA8

Color information

#CDBBA8 (or 0xCDBBA8) is unknown color: approx Grain Brown. HEX triplet: CD, BB and A8. RGB value is (205,187,168). Sum of RGB (Red+Green+Blue) = 205+187+168=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA8 is #324457. Grayscale: #BEBEBE. Windows color (decimal): -3294296 or 11058125. OLE color: 11058125.

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

Color convert

RGB205187168-
CMYK00.090.180.20
HSL30.81º27.01%73.14%-
HSV(B)30.81º18.05%80.39%-
XYZ50.0251.3544.32-
YUV190.22115.46138.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 168 (66.02% from 255) = 30%
R=36.61%
G=33.39%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518716800.090.180.2030.8127.0173.14
HexCDBBA80912141f1b49
Octal31527325001122243733111
Binary11001101101110111010100001001100101010011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBA8; }

 p { color: rgb(205,187,168); }

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

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

 a { background-color: rgb(205,187,168); }

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

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

 span { border-color: rgb(205,187,168); }

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