Html Css Color HEX #C5AF92 Sour Dough

📋 copy color: '#C5AF92'

red 197 ◦ green 175 ◦ blue 146

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

Shades of Sour Dough #C5AF92

Tints of Sour Dough #C5AF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 38.03%
G = 33.78%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C5AF92 (or 0xC5AF92) is known color: Sour Dough. HEX triplet: C5, AF and 92. RGB value is (197,175,146). Sum of RGB (Red+Green+Blue) = 197+175+146=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF92 is #3A506D. Grayscale: #B2B2B2. Windows color (decimal): -3821678 or 9613253. OLE color: 9613253.

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

Color convert

RGB 197 175 146 -
CMYK 0 0.11 0.26 0.23
HSL 34.12º 0.31% 0.67% -
HSV(B) 34.12º 0.26% 0.77% -
XYZ 43.54 44.61 33.51 -
YUV 178.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 197 175 146 0 0.11 0.26 0.23 34.12 0.31 0.67
Hex C5 AF 92 0 B 1A 17 22 1F 43
Octal 305 257 222 0 13 32 27 42 37 103
Binary 11000101 10101111 10010010 0 1011 11010 10111 100010 11111 1000011

Color Harmonies of #C5AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF92

Black with #C5AF92

Text Example


Text Example

White with #C5AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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