Html Css Color HEX #CE6E7D Charm

📋 copy color: '#CE6E7D'

red 206 ◦ green 110 ◦ blue 125

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

Shades of Charm #CE6E7D

Tints of Charm #CE6E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 46.71%
G = 24.94%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE6E7D (or 0xCE6E7D) is known color: Charm. HEX triplet: CE, 6E and 7D. RGB value is (206,110,125). Sum of RGB (Red+Green+Blue) = 206+110+125=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E7D is #319182. Grayscale: #8C8C8C. Windows color (decimal): -3248515 or 8220366. OLE color: 8220366.

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

Color convert

RGB 206 110 125 -
CMYK 0 0.47 0.39 0.19
HSL 350.63º 0.49% 0.62% -
HSV(B) 350.63º 0.47% 0.81% -
XYZ 34.73 25.75 22.54 -
YUV 140.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 206 110 125 0 0.47 0.39 0.19 350.63 0.49 0.62
Hex CE 6E 7D 0 2F 27 13 15F 31 3E
Octal 316 156 175 0 57 47 23 537 61 76
Binary 11001110 1101110 1111101 0 101111 100111 10011 101011111 110001 111110

Color Harmonies of #CE6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E7D

Black with #CE6E7D

Text Example


Text Example

White with #CE6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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