Html Css Color HEX #CBB799 Sour Dough

📋 copy color: '#CBB799'

red 203 ◦ green 183 ◦ blue 153

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

Shades of Sour Dough #CBB799

Tints of Sour Dough #CBB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.95%

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

R = 37.66%
G = 33.95%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB799 (or 0xCBB799) is known color: Sour Dough. HEX triplet: CB, B7 and 99. RGB value is (203,183,153). Sum of RGB (Red+Green+Blue) = 203+183+153=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB799 is #344866. Grayscale: #B9B9B9. Windows color (decimal): -3426407 or 10074059. OLE color: 10074059.

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

Color convert

RGB 203 183 153 -
CMYK 0 0.10 0.25 0.20
HSL 36º 0.32% 0.7% -
HSV(B) 36º 0.25% 0.8% -
XYZ 47.31 48.86 37.07 -
YUV 185.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 203 183 153 0 0.10 0.25 0.20 36 0.32 0.7
Hex CB B7 99 0 A 19 14 24 20 46
Octal 313 267 231 0 12 31 24 44 40 106
Binary 11001011 10110111 10011001 0 1010 11001 10100 100100 100000 1000110

Color Harmonies of #CBB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB799

Black with #CBB799

Text Example


Text Example

White with #CBB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB799; }

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

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

background-color css

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

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

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

border-color css

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

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

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