Html Css Color HEX #C2AC95 Sour Dough

📋 copy color: '#C2AC95'

red 194 ◦ green 172 ◦ blue 149

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

Shades of Sour Dough #C2AC95

Tints of Sour Dough #C2AC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 37.67%
G = 33.4%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2AC95 (or 0xC2AC95) is known color: Sour Dough. HEX triplet: C2, AC and 95. RGB value is (194,172,149). Sum of RGB (Red+Green+Blue) = 194+172+149=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC95 is #3D536A. Grayscale: #B0B0B0. Windows color (decimal): -4019051 or 9809090. OLE color: 9809090.

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

Color convert

RGB 194 172 149 -
CMYK 0 0.11 0.23 0.24
HSL 30.67º 0.27% 0.67% -
HSV(B) 30.67º 0.23% 0.76% -
XYZ 42.43 43.14 34.53 -
YUV 175.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 194 172 149 0 0.11 0.23 0.24 30.67 0.27 0.67
Hex C2 AC 95 0 B 17 18 1F 1B 43
Octal 302 254 225 0 13 27 30 37 33 103
Binary 11000010 10101100 10010101 0 1011 10111 11000 11111 11011 1000011

Color Harmonies of #C2AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC95

Black with #C2AC95

Text Example


Text Example

White with #C2AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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