Html Css Color HEX #CDBBA5 Grain Brown

📋 copy color: '#CDBBA5'

red 205 ◦ green 187 ◦ blue 165

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

Shades of Grain Brown #CDBBA5

Tints of Grain Brown #CDBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 36.8%
G = 33.57%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CDBBA5 (or 0xCDBBA5) is known color: Grain Brown. HEX triplet: CD, BB and A5. RGB value is (205,187,165). Sum of RGB (Red+Green+Blue) = 205+187+165=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA5 is #32445A. Grayscale: #BDBDBD. Windows color (decimal): -3294299 or 10861517. OLE color: 10861517.

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

Color convert

RGB 205 187 165 -
CMYK 0 0.09 0.20 0.20
HSL 33º 0.29% 0.73% -
HSV(B) 33º 0.2% 0.8% -
XYZ 49.74 51.24 42.87 -
YUV 189.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 205 187 165 0 0.09 0.20 0.20 33 0.29 0.73
Hex CD BB A5 0 9 14 14 21 1D 49
Octal 315 273 245 0 11 24 24 41 35 111
Binary 11001101 10111011 10100101 0 1001 10100 10100 100001 11101 1001001

Color Harmonies of #CDBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBBA5

Black with #CDBBA5

Text Example


Text Example

White with #CDBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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