#CBB093

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

Shades of Sour Dough #CBB093

Tints of Sour Dough #CBB093

Color information

#CBB093 (or 0xCBB093) is unknown color: approx Sour Dough. HEX triplet: CB, B0 and 93. RGB value is (203,176,147). Sum of RGB (Red+Green+Blue) = 203+176+147=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB093 is #344F6C. Grayscale: #B4B4B4. Windows color (decimal): -3428205 or 9679051. OLE color: 9679051.

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

Color convert

RGB203176147-
CMYK00.130.280.20
HSL31.07º35%68.63%-
HSV(B)31.07º27.59%79.61%-
XYZ45.4245.8534.06-
YUV180.77108.95143.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=38.59%
G=33.46%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317614700.130.280.2031.073568.63
HexCBB0930D1C141f2345
Octal31326022301534243743105
Binary110010111011000010010011011011110010100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB093; }

 p { color: rgb(203,176,147); }

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

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

 a { background-color: rgb(203,176,147); }

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

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

 span { border-color: rgb(203,176,147); }

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