#C7AF96

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

Shades of Sour Dough #C7AF96

Tints of Sour Dough #C7AF96

Color information

#C7AF96 (or 0xC7AF96) is unknown color: approx Sour Dough. HEX triplet: C7, AF and 96. RGB value is (199,175,150). Sum of RGB (Red+Green+Blue) = 199+175+150=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF96 is #385069. Grayscale: #B3B3B3. Windows color (decimal): -3690602 or 9875399. OLE color: 9875399.

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

Color convert

RGB199175150-
CMYK00.120.250.22
HSL30.61º30.43%68.43%-
HSV(B)30.61º24.62%78.04%-
XYZ44.394535.2-
YUV179.33111.45142.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=37.98%
G=33.40%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917515000.120.250.2230.6130.4368.43
HexC7AF960C19161f1e44
Octal30725722601431263736104
Binary11000111101011111001011001100110011011011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF96; }

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

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

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

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

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

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

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

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