Html Css Color HEX #CE708D Charm

📋 copy color: '#CE708D'

red 206 ◦ green 112 ◦ blue 141

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

Shades of Charm #CE708D

Tints of Charm #CE708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 44.88%
G = 24.4%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE708D (or 0xCE708D) is known color: Charm. HEX triplet: CE, 70 and 8D. RGB value is (206,112,141). Sum of RGB (Red+Green+Blue) = 206+112+141=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708D is #318F72. Grayscale: #8F8F8F. Windows color (decimal): -3247987 or 9269454. OLE color: 9269454.

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

Color convert

RGB 206 112 141 -
CMYK 0 0.46 0.32 0.19
HSL 341.49º 0.49% 0.62% -
HSV(B) 341.49º 0.46% 0.81% -
XYZ 36.06 26.63 28.44 -
YUV 143.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 206 112 141 0 0.46 0.32 0.19 341.49 0.49 0.62
Hex CE 70 8D 0 2E 20 13 155 31 3E
Octal 316 160 215 0 56 40 23 525 61 76
Binary 11001110 1110000 10001101 0 101110 100000 10011 101010101 110001 111110

Color Harmonies of #CE708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE708D

Black with #CE708D

Text Example


Text Example

White with #CE708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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