Html Css Color HEX #CBB996 Sour Dough

📋 copy color: '#CBB996'

red 203 ◦ green 185 ◦ blue 150

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

Shades of Sour Dough #CBB996

Tints of Sour Dough #CBB996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

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

R = 37.73%
G = 34.39%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB996 (or 0xCBB996) is known color: Sour Dough. HEX triplet: CB, B9 and 96. RGB value is (203,185,150). Sum of RGB (Red+Green+Blue) = 203+185+150=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB996 is #344669. Grayscale: #BABABA. Windows color (decimal): -3425898 or 9877963. OLE color: 9877963.

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

Color convert

RGB 203 185 150 -
CMYK 0 0.09 0.26 0.20
HSL 39.62º 0.34% 0.69% -
HSV(B) 39.62º 0.26% 0.8% -
XYZ 47.48 49.6 35.92 -
YUV 186.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 203 185 150 0 0.09 0.26 0.20 39.62 0.34 0.69
Hex CB B9 96 0 9 1A 14 28 22 45
Octal 313 271 226 0 11 32 24 50 42 105
Binary 11001011 10111001 10010110 0 1001 11010 10100 101000 100010 1000101

Color Harmonies of #CBB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB996

Black with #CBB996

Text Example


Text Example

White with #CBB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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