Html Css Color HEX #CE6E7F Charm

📋 copy color: '#CE6E7F'

red 206 ◦ green 110 ◦ blue 127

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

Shades of Charm #CE6E7F

Tints of Charm #CE6E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.67%

R = 46.5%
G = 24.83%
B = 28.67%

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

#CE6E7F (or 0xCE6E7F) is known color: Charm. HEX triplet: CE, 6E and 7F. RGB value is (206,110,127). Sum of RGB (Red+Green+Blue) = 206+110+127=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E7F is #319180. Grayscale: #8C8C8C. Windows color (decimal): -3248513 or 8351438. OLE color: 8351438.

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

Color convert

RGB 206 110 127 -
CMYK 0 0.47 0.38 0.19
HSL 349.38º 0.49% 0.62% -
HSV(B) 349.38º 0.47% 0.81% -
XYZ 34.86 25.81 23.22 -
YUV 140.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 206 110 127 0 0.47 0.38 0.19 349.38 0.49 0.62
Hex CE 6E 7F 0 2F 26 13 15D 31 3E
Octal 316 156 177 0 57 46 23 535 61 76
Binary 11001110 1101110 1111111 0 101111 100110 10011 101011101 110001 111110

Color Harmonies of #CE6E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E7F

Black with #CE6E7F

Text Example


Text Example

White with #CE6E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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