Html Css Color HEX #C7AF93 Sour Dough

📋 copy color: '#C7AF93'

red 199 ◦ green 175 ◦ blue 147

#C7AF93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #C7AF93

Tints of Sour Dough #C7AF93

RGB

 RED value IS 199 (78.13% from 255) = 38.2%

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 38.2%
G = 33.59%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7AF93 (or 0xC7AF93) is known color: Sour Dough. HEX triplet: C7, AF and 93. RGB value is (199,175,147). Sum of RGB (Red+Green+Blue) = 199+175+147=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF93 is #38506C. Grayscale: #B3B3B3. Windows color (decimal): -3690605 or 9678791. OLE color: 9678791.

HSL color Cylindrical-coordinate representation of color #C7AF93: hue angle of 32.31º degrees, saturation: 0.32, 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 #C7AF93 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 147 -
CMYK 0 0.12 0.26 0.22
HSL 32.31º 0.32% 0.68% -
HSV(B) 32.31º 0.26% 0.78% -
XYZ 44.15 44.91 33.95 -
YUV 178.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 199 175 147 0 0.12 0.26 0.22 32.31 0.32 0.68
Hex C7 AF 93 0 C 1A 16 20 20 44
Octal 307 257 223 0 14 32 26 40 40 104
Binary 11000111 10101111 10010011 0 1100 11010 10110 100000 100000 1000100

Color Harmonies of #C7AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF93

Black with #C7AF93

Text Example


Text Example

White with #C7AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF93; }

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

 H1.HeaderClassName
 {
   color: #C7AF93;
 }
 .AnyTagClassName
 {
   color: #C7AF93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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