Html Css Color HEX #CE6481 Charm

📋 copy color: '#CE6481'

red 206 ◦ green 100 ◦ blue 129

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

Shades of Charm #CE6481

Tints of Charm #CE6481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 47.36%
G = 22.99%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE6481 (or 0xCE6481) is known color: Charm. HEX triplet: CE, 64 and 81. RGB value is (206,100,129). Sum of RGB (Red+Green+Blue) = 206+100+129=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6481 is #319B7E. Grayscale: #868686. Windows color (decimal): -3251071 or 8479950. OLE color: 8479950.

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

Color convert

RGB 206 100 129 -
CMYK 0 0.51 0.37 0.19
HSL 343.58º 0.52% 0.6% -
HSV(B) 343.58º 0.51% 0.81% -
XYZ 33.97 23.82 23.58 -
YUV 135 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 206 100 129 0 0.51 0.37 0.19 343.58 0.52 0.6
Hex CE 64 81 0 33 25 13 158 34 3C
Octal 316 144 201 0 63 45 23 530 64 74
Binary 11001110 1100100 10000001 0 110011 100101 10011 101011000 110100 111100

Color Harmonies of #CE6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6481

Black with #CE6481

Text Example


Text Example

White with #CE6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6481; }

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

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

background-color css

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

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

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

border-color css

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

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

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