Html Css Color HEX #CE717D Charm

📋 copy color: '#CE717D'

red 206 ◦ green 113 ◦ blue 125

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

Shades of Charm #CE717D

Tints of Charm #CE717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 46.4%
G = 25.45%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE717D (or 0xCE717D) is known color: Charm. HEX triplet: CE, 71 and 7D. RGB value is (206,113,125). Sum of RGB (Red+Green+Blue) = 206+113+125=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE717D is #318E82. Grayscale: #8E8E8E. Windows color (decimal): -3247747 or 8221134. OLE color: 8221134.

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

Color convert

RGB 206 113 125 -
CMYK 0 0.45 0.39 0.19
HSL 352.26º 0.49% 0.63% -
HSV(B) 352.26º 0.45% 0.81% -
XYZ 35.06 26.41 22.65 -
YUV 142.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 206 113 125 0 0.45 0.39 0.19 352.26 0.49 0.63
Hex CE 71 7D 0 2D 27 13 160 31 3F
Octal 316 161 175 0 55 47 23 540 61 77
Binary 11001110 1110001 1111101 0 101101 100111 10011 101100000 110001 111111

Color Harmonies of #CE717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE717D

Black with #CE717D

Text Example


Text Example

White with #CE717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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