#C7AF94

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

Shades of Sour Dough #C7AF94

Tints of Sour Dough #C7AF94

Color information

#C7AF94 (or 0xC7AF94) is unknown color: approx Sour Dough. HEX triplet: C7, AF and 94. RGB value is (199,175,148). Sum of RGB (Red+Green+Blue) = 199+175+148=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF94 is #38506B. Grayscale: #B3B3B3. Windows color (decimal): -3690604 or 9744327. OLE color: 9744327.

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

Color convert

RGB199175148-
CMYK00.120.260.22
HSL31.76º31.29%68.04%-
HSV(B)31.76º25.63%78.04%-
XYZ44.2344.9434.36-
YUV179.1110.45142.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=38.12%
G=33.52%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917514800.120.260.2231.7631.2968.04
HexC7AF940C1A16201f44
Octal30725722401432264037104
Binary110001111010111110010100011001101010110100000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF94; }

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

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

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

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

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

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

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

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