Html Css Color HEX #CE6E80 Charm

📋 copy color: '#CE6E80'

red 206 ◦ green 110 ◦ blue 128

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

Shades of Charm #CE6E80

Tints of Charm #CE6E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 46.4%
G = 24.77%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE6E80 (or 0xCE6E80) is known color: Charm. HEX triplet: CE, 6E and 80. RGB value is (206,110,128). Sum of RGB (Red+Green+Blue) = 206+110+128=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6E80 is #31917F. Grayscale: #8C8C8C. Windows color (decimal): -3248512 or 8416974. OLE color: 8416974.

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

Color convert

RGB 206 110 128 -
CMYK 0 0.47 0.38 0.19
HSL 348.75º 0.49% 0.62% -
HSV(B) 348.75º 0.47% 0.81% -
XYZ 34.93 25.83 23.57 -
YUV 140.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 206 110 128 0 0.47 0.38 0.19 348.75 0.49 0.62
Hex CE 6E 80 0 2F 26 13 15D 31 3E
Octal 316 156 200 0 57 46 23 535 61 76
Binary 11001110 1101110 10000000 0 101111 100110 10011 101011101 110001 111110

Color Harmonies of #CE6E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E80

Black with #CE6E80

Text Example


Text Example

White with #CE6E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E80; }

 p { color: rgb(206,110,128); }

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

background-color css

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

 a { background-color: rgb(206,110,128); }

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

border-color css

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

 span { border-color: rgb(206,110,128); }

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