Html Css Color HEX #CBB796 Sour Dough

📋 copy color: '#CBB796'

red 203 ◦ green 183 ◦ blue 150

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

Shades of Sour Dough #CBB796

Tints of Sour Dough #CBB796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 37.87%
G = 34.14%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB796 (or 0xCBB796) is known color: Sour Dough. HEX triplet: CB, B7 and 96. RGB value is (203,183,150). Sum of RGB (Red+Green+Blue) = 203+183+150=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB796 is #344869. Grayscale: #B9B9B9. Windows color (decimal): -3426410 or 9877451. OLE color: 9877451.

HSL color Cylindrical-coordinate representation of color #CBB796: hue angle of 37.36º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB796 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 150 -
CMYK 0 0.10 0.26 0.20
HSL 37.36º 0.34% 0.69% -
HSV(B) 37.36º 0.26% 0.8% -
XYZ 47.07 48.77 35.79 -
YUV 185.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 203 183 150 0 0.10 0.26 0.20 37.36 0.34 0.69
Hex CB B7 96 0 A 1A 14 25 22 45
Octal 313 267 226 0 12 32 24 45 42 105
Binary 11001011 10110111 10010110 0 1010 11010 10100 100101 100010 1000101

Color Harmonies of #CBB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB796

Black with #CBB796

Text Example


Text Example

White with #CBB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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