Html Css Color HEX #C2A398 Eunry

📋 copy color: '#C2A398'

red 194 ◦ green 163 ◦ blue 152

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

Shades of Eunry #C2A398

Tints of Eunry #C2A398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 38.11%
G = 32.02%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2A398 (or 0xC2A398) is known color: Eunry. HEX triplet: C2, A3 and 98. RGB value is (194,163,152). Sum of RGB (Red+Green+Blue) = 194+163+152=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A398 is #3D5C67. Grayscale: #ABABAB. Windows color (decimal): -4021352 or 10003394. OLE color: 10003394.

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

Color convert

RGB 194 163 152 -
CMYK 0 0.16 0.22 0.24
HSL 15.71º 0.26% 0.68% -
HSV(B) 15.71º 0.22% 0.76% -
XYZ 41.01 39.93 35.25 -
YUV 171.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 194 163 152 0 0.16 0.22 0.24 15.71 0.26 0.68
Hex C2 A3 98 0 10 16 18 10 1A 44
Octal 302 243 230 0 20 26 30 20 32 104
Binary 11000010 10100011 10011000 0 10000 10110 11000 10000 11010 1000100

Color Harmonies of #C2A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A398

Black with #C2A398

Text Example


Text Example

White with #C2A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A398; }

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

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

background-color css

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

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

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

border-color css

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

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

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