#CBB394

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

Shades of Sour Dough #CBB394

Tints of Sour Dough #CBB394

Color information

#CBB394 (or 0xCBB394) is unknown color: approx Sour Dough. HEX triplet: CB, B3 and 94. RGB value is (203,179,148). Sum of RGB (Red+Green+Blue) = 203+179+148=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB394 is #344C6B. Grayscale: #B6B6B6. Windows color (decimal): -3427436 or 9745355. OLE color: 9745355.

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

Color convert

RGB203179148-
CMYK00.120.270.20
HSL33.82º34.59%68.82%-
HSV(B)33.82º27.09%79.61%-
XYZ46.0947.0734.67-
YUV182.64108.45142.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=38.30%
G=33.77%
B=27.92%

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
Decimal20317914800.120.270.2033.8234.5968.82
HexCBB3940C1B14222345
Octal31326322401433244243105
Binary1100101110110011100101000110011011101001000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB394; }

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

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

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

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

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

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

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

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