Html Css Color HEX #C2A39F Eunry

📋 copy color: '#C2A39F'

red 194 ◦ green 163 ◦ blue 159

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

Shades of Eunry #C2A39F

Tints of Eunry #C2A39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 37.6%
G = 31.59%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2A39F (or 0xC2A39F) is known color: Eunry. HEX triplet: C2, A3 and 9F. RGB value is (194,163,159). Sum of RGB (Red+Green+Blue) = 194+163+159=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A39F is #3D5C60. Grayscale: #ABABAB. Windows color (decimal): -4021345 or 10462146. OLE color: 10462146.

HSL color Cylindrical-coordinate representation of color #C2A39F: hue angle of 6.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A39F is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 163 159 -
CMYK 0 0.16 0.18 0.24
HSL 6.86º 0.22% 0.69% -
HSV(B) 6.86º 0.18% 0.76% -
XYZ 41.6 40.17 38.36 -
YUV 171.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 194 163 159 0 0.16 0.18 0.24 6.86 0.22 0.69
Hex C2 A3 9F 0 10 12 18 7 16 45
Octal 302 243 237 0 20 22 30 7 26 105
Binary 11000010 10100011 10011111 0 10000 10010 11000 111 10110 1000101

Color Harmonies of #C2A39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A39F

Black with #C2A39F

Text Example


Text Example

White with #C2A39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A39F; }

 p { color: rgb(194,163,159); }

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

background-color css

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

 a { background-color: rgb(194,163,159); }

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

border-color css

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

 span { border-color: rgb(194,163,159); }

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