Html Css Color HEX #C7A094 Eunry

📋 copy color: '#C7A094'

red 199 ◦ green 160 ◦ blue 148

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

Shades of Eunry #C7A094

Tints of Eunry #C7A094

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

 GREEN value IS 160 (62.89% from 255) = 31.56%

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

R = 39.25%
G = 31.56%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7A094 (or 0xC7A094) is known color: Eunry. HEX triplet: C7, A0 and 94. RGB value is (199,160,148). Sum of RGB (Red+Green+Blue) = 199+160+148=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A094 is #385F6B. Grayscale: #AAAAAA. Windows color (decimal): -3694444 or 9740487. OLE color: 9740487.

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

Color convert

RGB 199 160 148 -
CMYK 0 0.20 0.26 0.22
HSL 14.12º 0.31% 0.68% -
HSV(B) 14.12º 0.26% 0.78% -
XYZ 41.47 39.42 33.44 -
YUV 170.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 199 160 148 0 0.20 0.26 0.22 14.12 0.31 0.68
Hex C7 A0 94 0 14 1A 16 E 1F 44
Octal 307 240 224 0 24 32 26 16 37 104
Binary 11000111 10100000 10010100 0 10100 11010 10110 1110 11111 1000100

Color Harmonies of #C7A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A094

Black with #C7A094

Text Example


Text Example

White with #C7A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A094; }

 p { color: rgb(199,160,148); }

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

background-color css

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

 a { background-color: rgb(199,160,148); }

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

border-color css

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

 span { border-color: rgb(199,160,148); }

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