Html Css Color HEX #C5AF93 Sour Dough

📋 copy color: '#C5AF93'

red 197 ◦ green 175 ◦ blue 147

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

Shades of Sour Dough #C5AF93

Tints of Sour Dough #C5AF93

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

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

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

R = 37.96%
G = 33.72%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C5AF93 (or 0xC5AF93) is known color: Sour Dough. HEX triplet: C5, AF and 93. RGB value is (197,175,147). Sum of RGB (Red+Green+Blue) = 197+175+147=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF93 is #3A506C. Grayscale: #B2B2B2. Windows color (decimal): -3821677 or 9678789. OLE color: 9678789.

HSL color Cylindrical-coordinate representation of color #C5AF93: hue angle of 33.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5AF93 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 147 -
CMYK 0 0.11 0.25 0.23
HSL 33.6º 0.3% 0.67% -
HSV(B) 33.6º 0.25% 0.77% -
XYZ 43.62 44.64 33.92 -
YUV 178.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 197 175 147 0 0.11 0.25 0.23 33.6 0.3 0.67
Hex C5 AF 93 0 B 19 17 22 1E 43
Octal 305 257 223 0 13 31 27 42 36 103
Binary 11000101 10101111 10010011 0 1011 11001 10111 100010 11110 1000011

Color Harmonies of #C5AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF93

Black with #C5AF93

Text Example


Text Example

White with #C5AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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