Html Css Color HEX #CE758D Charm

📋 copy color: '#CE758D'

red 206 ◦ green 117 ◦ blue 141

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

Shades of Charm #CE758D

Tints of Charm #CE758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 44.4%
G = 25.22%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE758D (or 0xCE758D) is known color: Charm. HEX triplet: CE, 75 and 8D. RGB value is (206,117,141). Sum of RGB (Red+Green+Blue) = 206+117+141=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758D is #318A72. Grayscale: #929292. Windows color (decimal): -3246707 or 9270734. OLE color: 9270734.

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

Color convert

RGB 206 117 141 -
CMYK 0 0.43 0.32 0.19
HSL 343.82º 0.48% 0.63% -
HSV(B) 343.82º 0.43% 0.81% -
XYZ 36.62 27.77 28.63 -
YUV 146.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 206 117 141 0 0.43 0.32 0.19 343.82 0.48 0.63
Hex CE 75 8D 0 2B 20 13 158 30 3F
Octal 316 165 215 0 53 40 23 530 60 77
Binary 11001110 1110101 10001101 0 101011 100000 10011 101011000 110000 111111

Color Harmonies of #CE758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE758D

Black with #CE758D

Text Example


Text Example

White with #CE758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE758D; }

 p { color: rgb(206,117,141); }

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

background-color css

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

 a { background-color: rgb(206,117,141); }

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

border-color css

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

 span { border-color: rgb(206,117,141); }

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