Html Css Color HEX #CE758E Charm

📋 copy color: '#CE758E'

red 206 ◦ green 117 ◦ blue 142

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

Shades of Charm #CE758E

Tints of Charm #CE758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 44.3%
G = 25.16%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE758E (or 0xCE758E) is known color: Charm. HEX triplet: CE, 75 and 8E. RGB value is (206,117,142). Sum of RGB (Red+Green+Blue) = 206+117+142=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758E is #318A71. Grayscale: #929292. Windows color (decimal): -3246706 or 9336270. OLE color: 9336270.

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

Color convert

RGB 206 117 142 -
CMYK 0 0.43 0.31 0.19
HSL 343.15º 0.48% 0.63% -
HSV(B) 343.15º 0.43% 0.81% -
XYZ 36.7 27.8 29.02 -
YUV 146.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 206 117 142 0 0.43 0.31 0.19 343.15 0.48 0.63
Hex CE 75 8E 0 2B 1F 13 157 30 3F
Octal 316 165 216 0 53 37 23 527 60 77
Binary 11001110 1110101 10001110 0 101011 11111 10011 101010111 110000 111111

Color Harmonies of #CE758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE758E

Black with #CE758E

Text Example


Text Example

White with #CE758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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