Html Css Color HEX #CBB596 Sour Dough

📋 copy color: '#CBB596'

red 203 ◦ green 181 ◦ blue 150

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

Shades of Sour Dough #CBB596

Tints of Sour Dough #CBB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 38.01%
G = 33.9%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB596 (or 0xCBB596) is known color: Sour Dough. HEX triplet: CB, B5 and 96. RGB value is (203,181,150). Sum of RGB (Red+Green+Blue) = 203+181+150=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB596 is #344A69. Grayscale: #B8B8B8. Windows color (decimal): -3426922 or 9876939. OLE color: 9876939.

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

Color convert

RGB 203 181 150 -
CMYK 0 0.11 0.26 0.20
HSL 35.09º 0.34% 0.69% -
HSV(B) 35.09º 0.26% 0.8% -
XYZ 46.66 47.95 35.65 -
YUV 184.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 203 181 150 0 0.11 0.26 0.20 35.09 0.34 0.69
Hex CB B5 96 0 B 1A 14 23 22 45
Octal 313 265 226 0 13 32 24 43 42 105
Binary 11001011 10110101 10010110 0 1011 11010 10100 100011 100010 1000101

Color Harmonies of #CBB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB596

Black with #CBB596

Text Example


Text Example

White with #CBB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB596; }

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

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

background-color css

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

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

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

border-color css

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

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

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