#C2AF98

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

Shades of Sour Dough #C2AF98

Tints of Sour Dough #C2AF98

Color information

#C2AF98 (or 0xC2AF98) is unknown color: approx Sour Dough. HEX triplet: C2, AF and 98. RGB value is (194,175,152). Sum of RGB (Red+Green+Blue) = 194+175+152=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF98 is #3D5067. Grayscale: #B2B2B2. Windows color (decimal): -4018280 or 10006466. OLE color: 10006466.

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

Color convert

RGB194175152-
CMYK00.100.220.24
HSL32.86º25.61%67.84%-
HSV(B)32.86º21.65%76.08%-
XYZ43.2544.436-
YUV178.06113.29139.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=37.24%
G=33.59%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417515200.100.220.2432.8625.6167.84
HexC2AF980A1618211a44
Octal30225723001226304132104
Binary110000101010111110011000010101011011000100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF98; }

 p { color: rgb(194,175,152); }

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

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

 a { background-color: rgb(194,175,152); }

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

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

 span { border-color: rgb(194,175,152); }

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