Html Css Color HEX #CE6281 Charm

📋 copy color: '#CE6281'

red 206 ◦ green 98 ◦ blue 129

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

Shades of Charm #CE6281

Tints of Charm #CE6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

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

R = 47.58%
G = 22.63%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE6281 (or 0xCE6281) is known color: Charm. HEX triplet: CE, 62 and 81. RGB value is (206,98,129). Sum of RGB (Red+Green+Blue) = 206+98+129=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6281 is #319D7E. Grayscale: #858585. Windows color (decimal): -3251583 or 8479438. OLE color: 8479438.

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

Color convert

RGB 206 98 129 -
CMYK 0 0.52 0.37 0.19
HSL 342.78º 0.52% 0.6% -
HSV(B) 342.78º 0.52% 0.81% -
XYZ 33.78 23.44 23.51 -
YUV 133.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 206 98 129 0 0.52 0.37 0.19 342.78 0.52 0.6
Hex CE 62 81 0 34 25 13 157 34 3C
Octal 316 142 201 0 64 45 23 527 64 74
Binary 11001110 1100010 10000001 0 110100 100101 10011 101010111 110100 111100

Color Harmonies of #CE6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6281

Black with #CE6281

Text Example


Text Example

White with #CE6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6281; }

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

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

background-color css

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

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

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

border-color css

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

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

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