Html Css Color HEX #C2AC93 Sour Dough

📋 copy color: '#C2AC93'

red 194 ◦ green 172 ◦ blue 147

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

Shades of Sour Dough #C2AC93

Tints of Sour Dough #C2AC93

RGB

 RED value IS 194 (76.17% from 255) = 37.82%

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

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

R = 37.82%
G = 33.53%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2AC93 (or 0xC2AC93) is known color: Sour Dough. HEX triplet: C2, AC and 93. RGB value is (194,172,147). Sum of RGB (Red+Green+Blue) = 194+172+147=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC93 is #3D536C. Grayscale: #AFAFAF. Windows color (decimal): -4019053 or 9678018. OLE color: 9678018.

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

Color convert

RGB 194 172 147 -
CMYK 0 0.11 0.24 0.24
HSL 31.91º 0.28% 0.67% -
HSV(B) 31.91º 0.24% 0.76% -
XYZ 42.27 43.08 33.69 -
YUV 175.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 194 172 147 0 0.11 0.24 0.24 31.91 0.28 0.67
Hex C2 AC 93 0 B 18 18 20 1C 43
Octal 302 254 223 0 13 30 30 40 34 103
Binary 11000010 10101100 10010011 0 1011 11000 11000 100000 11100 1000011

Color Harmonies of #C2AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC93

Black with #C2AC93

Text Example


Text Example

White with #C2AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC93; }

 p { color: rgb(194,172,147); }

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

background-color css

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

 a { background-color: rgb(194,172,147); }

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

border-color css

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

 span { border-color: rgb(194,172,147); }

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