Html Css Color HEX #C2AE94 Sour Dough

📋 copy color: '#C2AE94'

red 194 ◦ green 174 ◦ blue 148

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

Shades of Sour Dough #C2AE94

Tints of Sour Dough #C2AE94

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.72%

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 37.6%
G = 33.72%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2AE94 (or 0xC2AE94) is known color: Sour Dough. HEX triplet: C2, AE and 94. RGB value is (194,174,148). Sum of RGB (Red+Green+Blue) = 194+174+148=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE94 is #3D516B. Grayscale: #B1B1B1. Windows color (decimal): -4018540 or 9744066. OLE color: 9744066.

HSL color Cylindrical-coordinate representation of color #C2AE94: hue angle of 33.91º degrees, saturation: 0.27, 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 #C2AE94 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 148 -
CMYK 0 0.10 0.24 0.24
HSL 33.91º 0.27% 0.67% -
HSV(B) 33.91º 0.24% 0.76% -
XYZ 42.73 43.88 34.23 -
YUV 177.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 194 174 148 0 0.10 0.24 0.24 33.91 0.27 0.67
Hex C2 AE 94 0 A 18 18 22 1B 43
Octal 302 256 224 0 12 30 30 42 33 103
Binary 11000010 10101110 10010100 0 1010 11000 11000 100010 11011 1000011

Color Harmonies of #C2AE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE94

Black with #C2AE94

Text Example


Text Example

White with #C2AE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE94; }

 p { color: rgb(194,174,148); }

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

background-color css

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

 a { background-color: rgb(194,174,148); }

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

border-color css

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

 span { border-color: rgb(194,174,148); }

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