Html Css Color HEX #CE6780 Charm

📋 copy color: '#CE6780'

red 206 ◦ green 103 ◦ blue 128

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

Shades of Charm #CE6780

Tints of Charm #CE6780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.57%

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

R = 47.14%
G = 23.57%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE6780 (or 0xCE6780) is known color: Charm. HEX triplet: CE, 67 and 80. RGB value is (206,103,128). Sum of RGB (Red+Green+Blue) = 206+103+128=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6780 is #31987F. Grayscale: #888888. Windows color (decimal): -3250304 or 8415182. OLE color: 8415182.

HSL color Cylindrical-coordinate representation of color #CE6780: hue angle of 345.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6780 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 128 -
CMYK 0 0.50 0.38 0.19
HSL 345.44º 0.51% 0.61% -
HSV(B) 345.44º 0.5% 0.81% -
XYZ 34.2 24.38 23.33 -
YUV 136.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 206 103 128 0 0.50 0.38 0.19 345.44 0.51 0.61
Hex CE 67 80 0 32 26 13 159 33 3D
Octal 316 147 200 0 62 46 23 531 63 75
Binary 11001110 1100111 10000000 0 110010 100110 10011 101011001 110011 111101

Color Harmonies of #CE6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6780

Black with #CE6780

Text Example


Text Example

White with #CE6780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6780; }

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

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

background-color css

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

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

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

border-color css

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

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

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