Html Css Color HEX #CBB699 Sour Dough

📋 copy color: '#CBB699'

red 203 ◦ green 182 ◦ blue 153

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

Shades of Sour Dough #CBB699

Tints of Sour Dough #CBB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.83%

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

R = 37.73%
G = 33.83%
B = 28.44%

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

#CBB699 (or 0xCBB699) is known color: Sour Dough. HEX triplet: CB, B6 and 99. RGB value is (203,182,153). Sum of RGB (Red+Green+Blue) = 203+182+153=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB699 is #344966. Grayscale: #B9B9B9. Windows color (decimal): -3426663 or 10073803. OLE color: 10073803.

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

Color convert

RGB 203 182 153 -
CMYK 0 0.10 0.25 0.20
HSL 34.8º 0.32% 0.7% -
HSV(B) 34.8º 0.25% 0.8% -
XYZ 47.11 48.45 37.01 -
YUV 184.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 203 182 153 0 0.10 0.25 0.20 34.8 0.32 0.7
Hex CB B6 99 0 A 19 14 23 20 46
Octal 313 266 231 0 12 31 24 43 40 106
Binary 11001011 10110110 10011001 0 1010 11001 10100 100011 100000 1000110

Color Harmonies of #CBB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB699

Black with #CBB699

Text Example


Text Example

White with #CBB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB699; }

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

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

background-color css

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

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

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

border-color css

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

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

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