Html Css Color HEX #CE7580 Charm

📋 copy color: '#CE7580'

red 206 ◦ green 117 ◦ blue 128

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

Shades of Charm #CE7580

Tints of Charm #CE7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

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

R = 45.68%
G = 25.94%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE7580 (or 0xCE7580) is known color: Charm. HEX triplet: CE, 75 and 80. RGB value is (206,117,128). Sum of RGB (Red+Green+Blue) = 206+117+128=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7580 is #318A7F. Grayscale: #909090. Windows color (decimal): -3246720 or 8418766. OLE color: 8418766.

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

Color convert

RGB 206 117 128 -
CMYK 0 0.43 0.38 0.19
HSL 352.58º 0.48% 0.63% -
HSV(B) 352.58º 0.43% 0.81% -
XYZ 35.71 27.4 23.83 -
YUV 144.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 206 117 128 0 0.43 0.38 0.19 352.58 0.48 0.63
Hex CE 75 80 0 2B 26 13 161 30 3F
Octal 316 165 200 0 53 46 23 541 60 77
Binary 11001110 1110101 10000000 0 101011 100110 10011 101100001 110000 111111

Color Harmonies of #CE7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7580

Black with #CE7580

Text Example


Text Example

White with #CE7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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