Html Css Color HEX #CBB99E Grain Brown

📋 copy color: '#CBB99E'

red 203 ◦ green 185 ◦ blue 158

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

Shades of Grain Brown #CBB99E

Tints of Grain Brown #CBB99E

RGB

 RED value IS 203 (79.69% from 255) = 37.18%

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

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 37.18%
G = 33.88%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CBB99E (or 0xCBB99E) is known color: Grain Brown. HEX triplet: CB, B9 and 9E. RGB value is (203,185,158). Sum of RGB (Red+Green+Blue) = 203+185+158=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99E is #344661. Grayscale: #BBBBBB. Windows color (decimal): -3425890 or 10402251. OLE color: 10402251.

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

Color convert

RGB 203 185 158 -
CMYK 0 0.09 0.22 0.20
HSL 36º 0.3% 0.71% -
HSV(B) 36º 0.22% 0.8% -
XYZ 48.15 49.86 39.43 -
YUV 187.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 203 185 158 0 0.09 0.22 0.20 36 0.3 0.71
Hex CB B9 9E 0 9 16 14 24 1E 47
Octal 313 271 236 0 11 26 24 44 36 107
Binary 11001011 10111001 10011110 0 1001 10110 10100 100100 11110 1000111

Color Harmonies of #CBB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB99E

Black with #CBB99E

Text Example


Text Example

White with #CBB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB99E; }

 p { color: rgb(203,185,158); }

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

background-color css

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

 a { background-color: rgb(203,185,158); }

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

border-color css

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

 span { border-color: rgb(203,185,158); }

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