Html Css Color HEX #CE7080 Charm

📋 copy color: '#CE7080'

red 206 ◦ green 112 ◦ blue 128

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

Shades of Charm #CE7080

Tints of Charm #CE7080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 46.19%
G = 25.11%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE7080 (or 0xCE7080) is known color: Charm. HEX triplet: CE, 70 and 80. RGB value is (206,112,128). Sum of RGB (Red+Green+Blue) = 206+112+128=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7080 is #318F7F. Grayscale: #8D8D8D. Windows color (decimal): -3248000 or 8417486. OLE color: 8417486.

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

Color convert

RGB 206 112 128 -
CMYK 0 0.46 0.38 0.19
HSL 349.79º 0.49% 0.62% -
HSV(B) 349.79º 0.46% 0.81% -
XYZ 35.14 26.27 23.64 -
YUV 141.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 206 112 128 0 0.46 0.38 0.19 349.79 0.49 0.62
Hex CE 70 80 0 2E 26 13 15E 31 3E
Octal 316 160 200 0 56 46 23 536 61 76
Binary 11001110 1110000 10000000 0 101110 100110 10011 101011110 110001 111110

Color Harmonies of #CE7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7080

Black with #CE7080

Text Example


Text Example

White with #CE7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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