#C3AF94

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

Shades of Sour Dough #C3AF94

Tints of Sour Dough #C3AF94

Color information

#C3AF94 (or 0xC3AF94) is unknown color: approx Sour Dough. HEX triplet: C3, AF and 94. RGB value is (195,175,148). Sum of RGB (Red+Green+Blue) = 195+175+148=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF94 is #3C506B. Grayscale: #B2B2B2. Windows color (decimal): -3952748 or 9744323. OLE color: 9744323.

HSL color Cylindrical-coordinate representation of color #C3AF94: hue angle of 34.47º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3AF94 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195175148-
CMYK00.100.240.24
HSL34.47º28.14%67.25%-
HSV(B)34.47º24.1%76.47%-
XYZ43.1844.434.31-
YUV177.9111.13140.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=37.64%
G=33.78%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517514800.100.240.2434.4728.1467.25
HexC3AF940A1818221c43
Octal30325722401230304234103
Binary110000111010111110010100010101100011000100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF94; }

 p { color: rgb(195,175,148); }

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

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

 a { background-color: rgb(195,175,148); }

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

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

 span { border-color: rgb(195,175,148); }

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