Html Css Color HEX #CDB9A9 Grain Brown

📋 copy color: '#CDB9A9'

red 205 ◦ green 185 ◦ blue 169

#CDB9A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CDB9A9

Tints of Grain Brown #CDB9A9

RGB

 RED value IS 205 (80.47% from 255) = 36.67%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 169 (66.41% from 255) = 30.23%

R = 36.67%
G = 33.09%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CDB9A9 (or 0xCDB9A9) is known color: Grain Brown. HEX triplet: CD, B9 and A9. RGB value is (205,185,169). Sum of RGB (Red+Green+Blue) = 205+185+169=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9A9 is #324656. Grayscale: #BDBDBD. Windows color (decimal): -3294807 or 11123149. OLE color: 11123149.

HSL color Cylindrical-coordinate representation of color #CDB9A9: hue angle of 26.67º degrees, saturation: 0.26, 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 #CDB9A9 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 169 -
CMYK 0 0.10 0.18 0.20
HSL 26.67º 0.26% 0.73% -
HSV(B) 26.67º 0.18% 0.8% -
XYZ 49.69 50.54 44.67 -
YUV 189.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 205 185 169 0 0.10 0.18 0.20 26.67 0.26 0.73
Hex CD B9 A9 0 A 12 14 1B 1A 49
Octal 315 271 251 0 12 22 24 33 32 111
Binary 11001101 10111001 10101001 0 1010 10010 10100 11011 11010 1001001

Color Harmonies of #CDB9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9A9

Black with #CDB9A9

Text Example


Text Example

White with #CDB9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9A9; }

 p { color: rgb(205,185,169); }

 H1.HeaderClassName
 {
   color: #CDB9A9;
 }
 .AnyTagClassName
 {
   color: #CDB9A9;
 }
</style>

background-color css

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

 a { background-color: rgb(205,185,169); }

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

border-color css

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

 span { border-color: rgb(205,185,169); }

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