Html Css Color HEX #CE727E Charm

📋 copy color: '#CE727E'

red 206 ◦ green 114 ◦ blue 126

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

Shades of Charm #CE727E

Tints of Charm #CE727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 46.19%
G = 25.56%
B = 28.25%

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

#CE727E (or 0xCE727E) is known color: Charm. HEX triplet: CE, 72 and 7E. RGB value is (206,114,126). Sum of RGB (Red+Green+Blue) = 206+114+126=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE727E is #318D81. Grayscale: #8E8E8E. Windows color (decimal): -3247490 or 8286926. OLE color: 8286926.

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

Color convert

RGB 206 114 126 -
CMYK 0 0.45 0.39 0.19
HSL 352.17º 0.48% 0.63% -
HSV(B) 352.17º 0.45% 0.81% -
XYZ 35.24 26.66 23.03 -
YUV 142.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 206 114 126 0 0.45 0.39 0.19 352.17 0.48 0.63
Hex CE 72 7E 0 2D 27 13 160 30 3F
Octal 316 162 176 0 55 47 23 540 60 77
Binary 11001110 1110010 1111110 0 101101 100111 10011 101100000 110000 111111

Color Harmonies of #CE727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE727E

Black with #CE727E

Text Example


Text Example

White with #CE727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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