Html Css Color HEX #CE758A Charm

📋 copy color: '#CE758A'

red 206 ◦ green 117 ◦ blue 138

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

Shades of Charm #CE758A

Tints of Charm #CE758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 44.69%
G = 25.38%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE758A (or 0xCE758A) is known color: Charm. HEX triplet: CE, 75 and 8A. RGB value is (206,117,138). Sum of RGB (Red+Green+Blue) = 206+117+138=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758A is #318A75. Grayscale: #929292. Windows color (decimal): -3246710 or 9074126. OLE color: 9074126.

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

Color convert

RGB 206 117 138 -
CMYK 0 0.43 0.33 0.19
HSL 345.84º 0.48% 0.63% -
HSV(B) 345.84º 0.43% 0.81% -
XYZ 36.4 27.68 27.47 -
YUV 146.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 206 117 138 0 0.43 0.33 0.19 345.84 0.48 0.63
Hex CE 75 8A 0 2B 21 13 15A 30 3F
Octal 316 165 212 0 53 41 23 532 60 77
Binary 11001110 1110101 10001010 0 101011 100001 10011 101011010 110000 111111

Color Harmonies of #CE758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE758A

Black with #CE758A

Text Example


Text Example

White with #CE758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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