Html Css Color HEX #C2A59C Eunry

📋 copy color: '#C2A59C'

red 194 ◦ green 165 ◦ blue 156

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

Shades of Eunry #C2A59C

Tints of Eunry #C2A59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.29%

R = 37.67%
G = 32.04%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2A59C (or 0xC2A59C) is known color: Eunry. HEX triplet: C2, A5 and 9C. RGB value is (194,165,156). Sum of RGB (Red+Green+Blue) = 194+165+156=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A59C is #3D5A63. Grayscale: #ACACAC. Windows color (decimal): -4020836 or 10266050. OLE color: 10266050.

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

Color convert

RGB 194 165 156 -
CMYK 0 0.15 0.20 0.24
HSL 14.21º 0.24% 0.69% -
HSV(B) 14.21º 0.2% 0.76% -
XYZ 41.7 40.78 37.13 -
YUV 172.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 194 165 156 0 0.15 0.20 0.24 14.21 0.24 0.69
Hex C2 A5 9C 0 F 14 18 E 18 45
Octal 302 245 234 0 17 24 30 16 30 105
Binary 11000010 10100101 10011100 0 1111 10100 11000 1110 11000 1000101

Color Harmonies of #C2A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A59C

Black with #C2A59C

Text Example


Text Example

White with #C2A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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