Html Css Color HEX #CE7E8F Charm

📋 copy color: '#CE7E8F'

red 206 ◦ green 126 ◦ blue 143

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

Shades of Charm #CE7E8F

Tints of Charm #CE7E8F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.53%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 43.37%
G = 26.53%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE7E8F (or 0xCE7E8F) is known color: Charm. HEX triplet: CE, 7E and 8F. RGB value is (206,126,143). Sum of RGB (Red+Green+Blue) = 206+126+143=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E8F is #318170. Grayscale: #979797. Windows color (decimal): -3244401 or 9404110. OLE color: 9404110.

HSL color Cylindrical-coordinate representation of color #CE7E8F: hue angle of 347.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7E8F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 143 -
CMYK 0 0.39 0.31 0.19
HSL 347.25º 0.45% 0.65% -
HSV(B) 347.25º 0.39% 0.81% -
XYZ 37.87 30.03 29.79 -
YUV 151.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 206 126 143 0 0.39 0.31 0.19 347.25 0.45 0.65
Hex CE 7E 8F 0 27 1F 13 15B 2D 41
Octal 316 176 217 0 47 37 23 533 55 101
Binary 11001110 1111110 10001111 0 100111 11111 10011 101011011 101101 1000001

Color Harmonies of #CE7E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E8F

Black with #CE7E8F

Text Example


Text Example

White with #CE7E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E8F; }

 p { color: rgb(206,126,143); }

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

background-color css

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

 a { background-color: rgb(206,126,143); }

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

border-color css

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

 span { border-color: rgb(206,126,143); }

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