Html Css Color HEX #CBB599 Sour Dough

📋 copy color: '#CBB599'

red 203 ◦ green 181 ◦ blue 153

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

Shades of Sour Dough #CBB599

Tints of Sour Dough #CBB599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 37.8%
G = 33.71%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB599 (or 0xCBB599) is known color: Sour Dough. HEX triplet: CB, B5 and 99. RGB value is (203,181,153). Sum of RGB (Red+Green+Blue) = 203+181+153=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB599 is #344A66. Grayscale: #B8B8B8. Windows color (decimal): -3426919 or 10073547. OLE color: 10073547.

HSL color Cylindrical-coordinate representation of color #CBB599: hue angle of 33.6º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB599 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 153 -
CMYK 0 0.11 0.25 0.20
HSL 33.6º 0.32% 0.7% -
HSV(B) 33.6º 0.25% 0.8% -
XYZ 46.9 48.04 36.94 -
YUV 184.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 203 181 153 0 0.11 0.25 0.20 33.6 0.32 0.7
Hex CB B5 99 0 B 19 14 22 20 46
Octal 313 265 231 0 13 31 24 42 40 106
Binary 11001011 10110101 10011001 0 1011 11001 10100 100010 100000 1000110

Color Harmonies of #CBB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB599

Black with #CBB599

Text Example


Text Example

White with #CBB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB599; }

 p { color: rgb(203,181,153); }

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

background-color css

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

 a { background-color: rgb(203,181,153); }

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

border-color css

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

 span { border-color: rgb(203,181,153); }

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