Html Css Color HEX #C5AC96 Sour Dough

📋 copy color: '#C5AC96'

red 197 ◦ green 172 ◦ blue 150

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

Shades of Sour Dough #C5AC96

Tints of Sour Dough #C5AC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.14%

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

R = 37.96%
G = 33.14%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C5AC96 (or 0xC5AC96) is known color: Sour Dough. HEX triplet: C5, AC and 96. RGB value is (197,172,150). Sum of RGB (Red+Green+Blue) = 197+172+150=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC96 is #3A5369. Grayscale: #B1B1B1. Windows color (decimal): -3822442 or 9874629. OLE color: 9874629.

HSL color Cylindrical-coordinate representation of color #C5AC96: hue angle of 28.09º 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 #C5AC96 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 150 -
CMYK 0 0.13 0.24 0.23
HSL 28.09º 0.29% 0.68% -
HSV(B) 28.09º 0.24% 0.77% -
XYZ 43.28 43.58 34.98 -
YUV 176.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 197 172 150 0 0.13 0.24 0.23 28.09 0.29 0.68
Hex C5 AC 96 0 D 18 17 1C 1D 44
Octal 305 254 226 0 15 30 27 34 35 104
Binary 11000101 10101100 10010110 0 1101 11000 10111 11100 11101 1000100

Color Harmonies of #C5AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC96

Black with #C5AC96

Text Example


Text Example

White with #C5AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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