Html Css Color HEX #CE6884 Charm

📋 copy color: '#CE6884'

red 206 ◦ green 104 ◦ blue 132

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

Shades of Charm #CE6884

Tints of Charm #CE6884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

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

R = 46.61%
G = 23.53%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE6884 (or 0xCE6884) is known color: Charm. HEX triplet: CE, 68 and 84. RGB value is (206,104,132). Sum of RGB (Red+Green+Blue) = 206+104+132=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6884 is #31977B. Grayscale: #898989. Windows color (decimal): -3250044 or 8677582. OLE color: 8677582.

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

Color convert

RGB 206 104 132 -
CMYK 0 0.50 0.36 0.19
HSL 343.53º 0.51% 0.61% -
HSV(B) 343.53º 0.5% 0.81% -
XYZ 34.57 24.69 24.77 -
YUV 137.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 206 104 132 0 0.50 0.36 0.19 343.53 0.51 0.61
Hex CE 68 84 0 32 24 13 158 33 3D
Octal 316 150 204 0 62 44 23 530 63 75
Binary 11001110 1101000 10000100 0 110010 100100 10011 101011000 110011 111101

Color Harmonies of #CE6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6884

Black with #CE6884

Text Example


Text Example

White with #CE6884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6884; }

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

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

background-color css

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

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

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

border-color css

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

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

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