Html Css Color HEX #CE6484 Charm

📋 copy color: '#CE6484'

red 206 ◦ green 100 ◦ blue 132

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

Shades of Charm #CE6484

Tints of Charm #CE6484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 47.03%
G = 22.83%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE6484 (or 0xCE6484) is known color: Charm. HEX triplet: CE, 64 and 84. RGB value is (206,100,132). Sum of RGB (Red+Green+Blue) = 206+100+132=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6484 is #319B7B. Grayscale: #878787. Windows color (decimal): -3251068 or 8676558. OLE color: 8676558.

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

Color convert

RGB 206 100 132 -
CMYK 0 0.51 0.36 0.19
HSL 341.89º 0.52% 0.6% -
HSV(B) 341.89º 0.51% 0.81% -
XYZ 34.18 23.9 24.64 -
YUV 135.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 206 100 132 0 0.51 0.36 0.19 341.89 0.52 0.6
Hex CE 64 84 0 33 24 13 156 34 3C
Octal 316 144 204 0 63 44 23 526 64 74
Binary 11001110 1100100 10000100 0 110011 100100 10011 101010110 110100 111100

Color Harmonies of #CE6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6484

Black with #CE6484

Text Example


Text Example

White with #CE6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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