Html Css Color HEX #CE6480 Charm

📋 copy color: '#CE6480'

red 206 ◦ green 100 ◦ blue 128

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

Shades of Charm #CE6480

Tints of Charm #CE6480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 47.47%
G = 23.04%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE6480 (or 0xCE6480) is known color: Charm. HEX triplet: CE, 64 and 80. RGB value is (206,100,128). Sum of RGB (Red+Green+Blue) = 206+100+128=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6480 is #319B7F. Grayscale: #868686. Windows color (decimal): -3251072 or 8414414. OLE color: 8414414.

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

Color convert

RGB 206 100 128 -
CMYK 0 0.51 0.38 0.19
HSL 344.15º 0.52% 0.6% -
HSV(B) 344.15º 0.51% 0.81% -
XYZ 33.91 23.79 23.23 -
YUV 134.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 206 100 128 0 0.51 0.38 0.19 344.15 0.52 0.6
Hex CE 64 80 0 33 26 13 158 34 3C
Octal 316 144 200 0 63 46 23 530 64 74
Binary 11001110 1100100 10000000 0 110011 100110 10011 101011000 110100 111100

Color Harmonies of #CE6480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6480

Black with #CE6480

Text Example


Text Example

White with #CE6480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6480; }

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

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

background-color css

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

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

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

border-color css

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

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

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