#C2B29E

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

Shades of Sour Dough #C2B29E

Tints of Sour Dough #C2B29E

Color information

#C2B29E (or 0xC2B29E) is unknown color: approx Sour Dough. HEX triplet: C2, B2 and 9E. RGB value is (194,178,158). Sum of RGB (Red+Green+Blue) = 194+178+158=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29E is #3D4D61. Grayscale: #B4B4B4. Windows color (decimal): -4017506 or 10400450. OLE color: 10400450.

HSL color Cylindrical-coordinate representation of color #C2B29E: hue angle of 33.33º 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 #C2B29E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194178158-
CMYK00.080.190.24
HSL33.33º22.78%69.02%-
HSV(B)33.33º18.56%76.08%-
XYZ44.3445.7838.85-
YUV180.5115.3137.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=36.60%
G=33.58%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417815800.080.190.2433.3322.7869.02
HexC2B29E081318211745
Octal30226223601023304127105
Binary110000101011001010011110010001001111000100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B29E; }

 p { color: rgb(194,178,158); }

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

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

 a { background-color: rgb(194,178,158); }

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

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

 span { border-color: rgb(194,178,158); }

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