Html Css Color HEX #C2AC92 Sour Dough

📋 copy color: '#C2AC92'

red 194 ◦ green 172 ◦ blue 146

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

Shades of Sour Dough #C2AC92

Tints of Sour Dough #C2AC92

RGB

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

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

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

R = 37.89%
G = 33.59%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2AC92 (or 0xC2AC92) is known color: Sour Dough. HEX triplet: C2, AC and 92. RGB value is (194,172,146). Sum of RGB (Red+Green+Blue) = 194+172+146=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC92 is #3D536D. Grayscale: #AFAFAF. Windows color (decimal): -4019054 or 9612482. OLE color: 9612482.

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

Color convert

RGB 194 172 146 -
CMYK 0 0.11 0.25 0.24
HSL 32.5º 0.28% 0.67% -
HSV(B) 32.5º 0.25% 0.76% -
XYZ 42.19 43.05 33.28 -
YUV 175.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 194 172 146 0 0.11 0.25 0.24 32.5 0.28 0.67
Hex C2 AC 92 0 B 19 18 20 1C 43
Octal 302 254 222 0 13 31 30 40 34 103
Binary 11000010 10101100 10010010 0 1011 11001 11000 100000 11100 1000011

Color Harmonies of #C2AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC92

Black with #C2AC92

Text Example


Text Example

White with #C2AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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