#C2B19D

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

Shades of Sour Dough #C2B19D

Tints of Sour Dough #C2B19D

Color information

#C2B19D (or 0xC2B19D) is unknown color: approx Sour Dough. HEX triplet: C2, B1 and 9D. RGB value is (194,177,157). Sum of RGB (Red+Green+Blue) = 194+177+157=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B19D is #3D4E62. Grayscale: #B3B3B3. Windows color (decimal): -4017763 or 10334658. OLE color: 10334658.

HSL color Cylindrical-coordinate representation of color #C2B19D: hue angle of 32.43º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B19D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194177157-
CMYK00.090.190.24
HSL32.43º23.27%68.82%-
HSV(B)32.43º19.07%76.08%-
XYZ44.0645.3538.33-
YUV179.8115.13138.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=36.74%
G=33.52%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417715700.090.190.2432.4323.2768.82
HexC2B19D091318201745
Octal30226123501123304027105
Binary110000101011000110011101010011001111000100000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B19D; }

 p { color: rgb(194,177,157); }

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

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

 a { background-color: rgb(194,177,157); }

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

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

 span { border-color: rgb(194,177,157); }

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