Html Css Color HEX #C2A59D Eunry

📋 copy color: '#C2A59D'

red 194 ◦ green 165 ◦ blue 157

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

Shades of Eunry #C2A59D

Tints of Eunry #C2A59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.98%

 BLUE value IS 157 (61.72% from 255) = 30.43%

R = 37.6%
G = 31.98%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2A59D (or 0xC2A59D) is known color: Eunry. HEX triplet: C2, A5 and 9D. RGB value is (194,165,157). Sum of RGB (Red+Green+Blue) = 194+165+157=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A59D is #3D5A62. Grayscale: #ACACAC. Windows color (decimal): -4020835 or 10331586. OLE color: 10331586.

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

Color convert

RGB 194 165 157 -
CMYK 0 0.15 0.19 0.24
HSL 12.97º 0.23% 0.69% -
HSV(B) 12.97º 0.19% 0.76% -
XYZ 41.79 40.81 37.57 -
YUV 172.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 194 165 157 0 0.15 0.19 0.24 12.97 0.23 0.69
Hex C2 A5 9D 0 F 13 18 D 17 45
Octal 302 245 235 0 17 23 30 15 27 105
Binary 11000010 10100101 10011101 0 1111 10011 11000 1101 10111 1000101

Color Harmonies of #C2A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A59D

Black with #C2A59D

Text Example


Text Example

White with #C2A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A59D; }

 p { color: rgb(194,165,157); }

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

background-color css

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

 a { background-color: rgb(194,165,157); }

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

border-color css

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

 span { border-color: rgb(194,165,157); }

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