Html Css Color HEX #CE7491 Charm

📋 copy color: '#CE7491'

red 206 ◦ green 116 ◦ blue 145

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

Shades of Charm #CE7491

Tints of Charm #CE7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 44.11%
G = 24.84%
B = 31.05%

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

#CE7491 (or 0xCE7491) is known color: Charm. HEX triplet: CE, 74 and 91. RGB value is (206,116,145). Sum of RGB (Red+Green+Blue) = 206+116+145=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7491 is #318B6E. Grayscale: #929292. Windows color (decimal): -3246959 or 9532622. OLE color: 9532622.

HSL color Cylindrical-coordinate representation of color #CE7491: hue angle of 340.67º 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 #CE7491 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 145 -
CMYK 0 0.44 0.30 0.19
HSL 340.67º 0.48% 0.63% -
HSV(B) 340.67º 0.44% 0.81% -
XYZ 36.81 27.66 30.19 -
YUV 146.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 206 116 145 0 0.44 0.30 0.19 340.67 0.48 0.63
Hex CE 74 91 0 2C 1E 13 155 30 3F
Octal 316 164 221 0 54 36 23 525 60 77
Binary 11001110 1110100 10010001 0 101100 11110 10011 101010101 110000 111111

Color Harmonies of #CE7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7491

Black with #CE7491

Text Example


Text Example

White with #CE7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7491; }

 p { color: rgb(206,116,145); }

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

background-color css

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

 a { background-color: rgb(206,116,145); }

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

border-color css

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

 span { border-color: rgb(206,116,145); }

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