Html Css Color HEX #C69F9E Eunry

📋 copy color: '#C69F9E'

red 198 ◦ green 159 ◦ blue 158

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

Shades of Eunry #C69F9E

Tints of Eunry #C69F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

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

R = 38.45%
G = 30.87%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C69F9E (or 0xC69F9E) is known color: Eunry. HEX triplet: C6, 9F and 9E. RGB value is (198,159,158). Sum of RGB (Red+Green+Blue) = 198+159+158=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F9E is #396061. Grayscale: #AAAAAA. Windows color (decimal): -3760226 or 10395590. OLE color: 10395590.

HSL color Cylindrical-coordinate representation of color #C69F9E: hue angle of 1.5º 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 #C69F9E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 158 -
CMYK 0 0.20 0.20 0.22
HSL 1.5º 0.26% 0.7% -
HSV(B) 1.5º 0.2% 0.78% -
XYZ 41.86 39.27 37.72 -
YUV 170.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 198 159 158 0 0.20 0.20 0.22 1.5 0.26 0.7
Hex C6 9F 9E 0 14 14 16 2 1A 46
Octal 306 237 236 0 24 24 26 2 32 106
Binary 11000110 10011111 10011110 0 10100 10100 10110 10 11010 1000110

Color Harmonies of #C69F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F9E

Black with #C69F9E

Text Example


Text Example

White with #C69F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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