#CBB598

Color #CBB598 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CBB598

Tints of Sour Dough #CBB598

Color information

#CBB598 (or 0xCBB598) is unknown color: approx Sour Dough. HEX triplet: CB, B5 and 98. RGB value is (203,181,152). Sum of RGB (Red+Green+Blue) = 203+181+152=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB598 is #344A67. Grayscale: #B8B8B8. Windows color (decimal): -3426920 or 10008011. OLE color: 10008011.

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

Color convert

RGB203181152-
CMYK00.110.250.20
HSL34.12º32.9%69.61%-
HSV(B)34.12º25.12%79.61%-
XYZ46.8248.0136.51-
YUV184.27109.79141.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 152 (59.77% from 255) = 28.36%
R=37.87%
G=33.77%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318115200.110.250.2034.1232.969.61
HexCBB5980B1914222146
Octal31326523001331244241106
Binary1100101110110101100110000101111001101001000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB598; }

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

 H1.HeaderClassName
 {
   color: #CBB598;
 }
 .AnyTagClassName
 {
   color: #CBB598;
 }
</style>
background-color css

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

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

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

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

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

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