Html Css Color HEX #CE7390 Charm

📋 copy color: '#CE7390'

red 206 ◦ green 115 ◦ blue 144

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

Shades of Charm #CE7390

Tints of Charm #CE7390

RGB

 RED value IS 206 (80.86% from 255) = 44.3%

 GREEN value IS 115 (45.31% from 255) = 24.73%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 44.3%
G = 24.73%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE7390 (or 0xCE7390) is known color: Charm. HEX triplet: CE, 73 and 90. RGB value is (206,115,144). Sum of RGB (Red+Green+Blue) = 206+115+144=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7390 is #318C6F. Grayscale: #919191. Windows color (decimal): -3247216 or 9466830. OLE color: 9466830.

HSL color Cylindrical-coordinate representation of color #CE7390: hue angle of 340.88º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7390 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 144 -
CMYK 0 0.44 0.30 0.19
HSL 340.88º 0.48% 0.63% -
HSV(B) 340.88º 0.44% 0.81% -
XYZ 36.62 27.4 29.74 -
YUV 145.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 206 115 144 0 0.44 0.30 0.19 340.88 0.48 0.63
Hex CE 73 90 0 2C 1E 13 155 30 3F
Octal 316 163 220 0 54 36 23 525 60 77
Binary 11001110 1110011 10010000 0 101100 11110 10011 101010101 110000 111111

Color Harmonies of #CE7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7390

Black with #CE7390

Text Example


Text Example

White with #CE7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7390; }

 p { color: rgb(206,115,144); }

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

background-color css

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

 a { background-color: rgb(206,115,144); }

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

border-color css

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

 span { border-color: rgb(206,115,144); }

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