Html Css Color HEX #CE727C Charm

📋 copy color: '#CE727C'

red 206 ◦ green 114 ◦ blue 124

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

Shades of Charm #CE727C

Tints of Charm #CE727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 46.4%
G = 25.68%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE727C (or 0xCE727C) is known color: Charm. HEX triplet: CE, 72 and 7C. RGB value is (206,114,124). Sum of RGB (Red+Green+Blue) = 206+114+124=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE727C is #318D83. Grayscale: #8E8E8E. Windows color (decimal): -3247492 or 8155854. OLE color: 8155854.

HSL color Cylindrical-coordinate representation of color #CE727C: hue angle of 353.48º degrees, saturation: 0.48, 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 #CE727C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 124 -
CMYK 0 0.45 0.40 0.19
HSL 353.48º 0.48% 0.63% -
HSV(B) 353.48º 0.45% 0.81% -
XYZ 35.11 26.61 22.35 -
YUV 142.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 206 114 124 0 0.45 0.40 0.19 353.48 0.48 0.63
Hex CE 72 7C 0 2D 28 13 161 30 3F
Octal 316 162 174 0 55 50 23 541 60 77
Binary 11001110 1110010 1111100 0 101101 101000 10011 101100001 110000 111111

Color Harmonies of #CE727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE727C

Black with #CE727C

Text Example


Text Example

White with #CE727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE727C; }

 p { color: rgb(206,114,124); }

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

background-color css

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

 a { background-color: rgb(206,114,124); }

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

border-color css

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

 span { border-color: rgb(206,114,124); }

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