Html Css Color HEX #C6AA9E Eunry

📋 copy color: '#C6AA9E'

red 198 ◦ green 170 ◦ blue 158

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

Shades of Eunry #C6AA9E

Tints of Eunry #C6AA9E

RGB

 RED value IS 198 (77.73% from 255) = 37.64%

 GREEN value IS 170 (66.8% from 255) = 32.32%

 BLUE value IS 158 (62.11% from 255) = 30.04%

R = 37.64%
G = 32.32%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6AA9E (or 0xC6AA9E) is known color: Eunry. HEX triplet: C6, AA and 9E. RGB value is (198,170,158). Sum of RGB (Red+Green+Blue) = 198+170+158=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA9E is #395561. Grayscale: #B1B1B1. Windows color (decimal): -3757410 or 10398406. OLE color: 10398406.

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

Color convert

RGB 198 170 158 -
CMYK 0 0.14 0.20 0.22
HSL 18º 0.26% 0.7% -
HSV(B) 18º 0.2% 0.78% -
XYZ 43.83 43.22 38.38 -
YUV 177 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 198 170 158 0 0.14 0.20 0.22 18 0.26 0.7
Hex C6 AA 9E 0 E 14 16 12 1A 46
Octal 306 252 236 0 16 24 26 22 32 106
Binary 11000110 10101010 10011110 0 1110 10100 10110 10010 11010 1000110

Color Harmonies of #C6AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA9E

Black with #C6AA9E

Text Example


Text Example

White with #C6AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA9E; }

 p { color: rgb(198,170,158); }

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

background-color css

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

 a { background-color: rgb(198,170,158); }

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

border-color css

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

 span { border-color: rgb(198,170,158); }

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