Html Css Color HEX #CBB396 Sour Dough

📋 copy color: '#CBB396'

red 203 ◦ green 179 ◦ blue 150

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

Shades of Sour Dough #CBB396

Tints of Sour Dough #CBB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

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

R = 38.16%
G = 33.65%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB396 (or 0xCBB396) is known color: Sour Dough. HEX triplet: CB, B3 and 96. RGB value is (203,179,150). Sum of RGB (Red+Green+Blue) = 203+179+150=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB396 is #344C69. Grayscale: #B7B7B7. Windows color (decimal): -3427434 or 9876427. OLE color: 9876427.

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

Color convert

RGB 203 179 150 -
CMYK 0 0.12 0.26 0.20
HSL 32.83º 0.34% 0.69% -
HSV(B) 32.83º 0.26% 0.8% -
XYZ 46.25 47.14 35.52 -
YUV 182.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 203 179 150 0 0.12 0.26 0.20 32.83 0.34 0.69
Hex CB B3 96 0 C 1A 14 21 22 45
Octal 313 263 226 0 14 32 24 41 42 105
Binary 11001011 10110011 10010110 0 1100 11010 10100 100001 100010 1000101

Color Harmonies of #CBB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB396

Black with #CBB396

Text Example


Text Example

White with #CBB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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