Html Css Color HEX #C5AF96 Sour Dough

📋 copy color: '#C5AF96'

red 197 ◦ green 175 ◦ blue 150

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

Shades of Sour Dough #C5AF96

Tints of Sour Dough #C5AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 37.74%
G = 33.52%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C5AF96 (or 0xC5AF96) is known color: Sour Dough. HEX triplet: C5, AF and 96. RGB value is (197,175,150). Sum of RGB (Red+Green+Blue) = 197+175+150=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF96 is #3A5069. Grayscale: #B2B2B2. Windows color (decimal): -3821674 or 9875397. OLE color: 9875397.

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

Color convert

RGB 197 175 150 -
CMYK 0 0.11 0.24 0.23
HSL 31.91º 0.29% 0.68% -
HSV(B) 31.91º 0.24% 0.77% -
XYZ 43.86 44.73 35.18 -
YUV 178.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 197 175 150 0 0.11 0.24 0.23 31.91 0.29 0.68
Hex C5 AF 96 0 B 18 17 20 1D 44
Octal 305 257 226 0 13 30 27 40 35 104
Binary 11000101 10101111 10010110 0 1011 11000 10111 100000 11101 1000100

Color Harmonies of #C5AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF96

Black with #C5AF96

Text Example


Text Example

White with #C5AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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