#C3B29D

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

Shades of Sour Dough #C3B29D

Tints of Sour Dough #C3B29D

Color information

#C3B29D (or 0xC3B29D) is unknown color: approx Sour Dough. HEX triplet: C3, B2 and 9D. RGB value is (195,178,157). Sum of RGB (Red+Green+Blue) = 195+178+157=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B29D is #3C4D62. Grayscale: #B4B4B4. Windows color (decimal): -3951971 or 10334915. OLE color: 10334915.

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

Color convert

RGB195178157-
CMYK00.090.190.24
HSL33.16º24.05%69.02%-
HSV(B)33.16º19.49%76.47%-
XYZ44.5145.8838.41-
YUV180.69114.63138.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=36.79%
G=33.58%
B=29.62%

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
Decimal19517815700.090.190.2433.1624.0569.02
HexC3B29D091318211845
Octal30326223501123304130105
Binary110000111011001010011101010011001111000100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B29D; }

 p { color: rgb(195,178,157); }

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

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

 a { background-color: rgb(195,178,157); }

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

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

 span { border-color: rgb(195,178,157); }

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