Html Css Color HEX #CE7380 Charm

📋 copy color: '#CE7380'

red 206 ◦ green 115 ◦ blue 128

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

Shades of Charm #CE7380

Tints of Charm #CE7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

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

R = 45.88%
G = 25.61%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE7380 (or 0xCE7380) is known color: Charm. HEX triplet: CE, 73 and 80. RGB value is (206,115,128). Sum of RGB (Red+Green+Blue) = 206+115+128=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7380 is #318C7F. Grayscale: #8F8F8F. Windows color (decimal): -3247232 or 8418254. OLE color: 8418254.

HSL color Cylindrical-coordinate representation of color #CE7380: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7380 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 128 -
CMYK 0 0.44 0.38 0.19
HSL 351.43º 0.48% 0.63% -
HSV(B) 351.43º 0.44% 0.81% -
XYZ 35.48 26.94 23.75 -
YUV 143.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 206 115 128 0 0.44 0.38 0.19 351.43 0.48 0.63
Hex CE 73 80 0 2C 26 13 15F 30 3F
Octal 316 163 200 0 54 46 23 537 60 77
Binary 11001110 1110011 10000000 0 101100 100110 10011 101011111 110000 111111

Color Harmonies of #CE7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7380

Black with #CE7380

Text Example


Text Example

White with #CE7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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