Html Css Color HEX #CE707C Charm

📋 copy color: '#CE707C'

red 206 ◦ green 112 ◦ blue 124

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

Shades of Charm #CE707C

Tints of Charm #CE707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 46.61%
G = 25.34%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE707C (or 0xCE707C) is known color: Charm. HEX triplet: CE, 70 and 7C. RGB value is (206,112,124). Sum of RGB (Red+Green+Blue) = 206+112+124=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE707C is #318F83. Grayscale: #8D8D8D. Windows color (decimal): -3248004 or 8155342. OLE color: 8155342.

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

Color convert

RGB 206 112 124 -
CMYK 0 0.46 0.40 0.19
HSL 352.34º 0.49% 0.62% -
HSV(B) 352.34º 0.46% 0.81% -
XYZ 34.89 26.17 22.28 -
YUV 141.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 206 112 124 0 0.46 0.40 0.19 352.34 0.49 0.62
Hex CE 70 7C 0 2E 28 13 160 31 3E
Octal 316 160 174 0 56 50 23 540 61 76
Binary 11001110 1110000 1111100 0 101110 101000 10011 101100000 110001 111110

Color Harmonies of #CE707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE707C

Black with #CE707C

Text Example


Text Example

White with #CE707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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