#CBB494

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

Shades of Sour Dough #CBB494

Tints of Sour Dough #CBB494

Color information

#CBB494 (or 0xCBB494) is unknown color: approx Sour Dough. HEX triplet: CB, B4 and 94. RGB value is (203,180,148). Sum of RGB (Red+Green+Blue) = 203+180+148=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB494 is #344B6B. Grayscale: #B7B7B7. Windows color (decimal): -3427180 or 9745611. OLE color: 9745611.

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

Color convert

RGB203180148-
CMYK00.110.270.20
HSL34.91º34.59%68.82%-
HSV(B)34.91º27.09%79.61%-
XYZ46.347.4834.74-
YUV183.23108.12142.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=38.23%
G=33.90%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014800.110.270.2034.9134.5968.82
HexCBB4940B1B14232345
Octal31326422401333244343105
Binary1100101110110100100101000101111011101001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB494; }

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

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

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

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

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

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

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

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