#CBB495

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

Shades of Sour Dough #CBB495

Tints of Sour Dough #CBB495

Color information

#CBB495 (or 0xCBB495) is unknown color: approx Sour Dough. HEX triplet: CB, B4 and 95. RGB value is (203,180,149). Sum of RGB (Red+Green+Blue) = 203+180+149=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB495 is #344B6A. Grayscale: #B7B7B7. Windows color (decimal): -3427179 or 9811147. OLE color: 9811147.

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

Color convert

RGB203180149-
CMYK00.110.270.20
HSL34.44º34.18%69.02%-
HSV(B)34.44º26.6%79.61%-
XYZ46.3747.5135.16-
YUV183.34108.62142.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=38.16%
G=33.83%
B=28.01%

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
Decimal20318014900.110.270.2034.4434.1869.02
HexCBB4950B1B14222245
Octal31326422501333244242105
Binary1100101110110100100101010101111011101001000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB495; }

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

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

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

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

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

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

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

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