Html Css Color HEX #CE7690 Charm

📋 copy color: '#CE7690'

red 206 ◦ green 118 ◦ blue 144

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

Shades of Charm #CE7690

Tints of Charm #CE7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.21%

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

R = 44.02%
G = 25.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE7690 (or 0xCE7690) is known color: Charm. HEX triplet: CE, 76 and 90. RGB value is (206,118,144). Sum of RGB (Red+Green+Blue) = 206+118+144=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7690 is #31896F. Grayscale: #939393. Windows color (decimal): -3246448 or 9467598. OLE color: 9467598.

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

Color convert

RGB 206 118 144 -
CMYK 0 0.43 0.30 0.19
HSL 342.27º 0.47% 0.64% -
HSV(B) 342.27º 0.43% 0.81% -
XYZ 36.97 28.09 29.86 -
YUV 147.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 206 118 144 0 0.43 0.30 0.19 342.27 0.47 0.64
Hex CE 76 90 0 2B 1E 13 156 2F 40
Octal 316 166 220 0 53 36 23 526 57 100
Binary 11001110 1110110 10010000 0 101011 11110 10011 101010110 101111 1000000

Color Harmonies of #CE7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7690

Black with #CE7690

Text Example


Text Example

White with #CE7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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