#CBB294

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

Shades of Sour Dough #CBB294

Tints of Sour Dough #CBB294

Color information

#CBB294 (or 0xCBB294) is unknown color: approx Sour Dough. HEX triplet: CB, B2 and 94. RGB value is (203,178,148). Sum of RGB (Red+Green+Blue) = 203+178+148=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB294 is #344D6B. Grayscale: #B6B6B6. Windows color (decimal): -3427692 or 9745099. OLE color: 9745099.

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

Color convert

RGB203178148-
CMYK00.120.270.20
HSL32.73º34.59%68.82%-
HSV(B)32.73º27.09%79.61%-
XYZ45.8946.6834.61-
YUV182.06108.78142.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=38.37%
G=33.65%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317814800.120.270.2032.7334.5968.82
HexCBB2940C1B14212345
Octal31326222401433244143105
Binary1100101110110010100101000110011011101001000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB294; }

 p { color: rgb(203,178,148); }

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

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

 a { background-color: rgb(203,178,148); }

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

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

 span { border-color: rgb(203,178,148); }

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