Html Css Color HEX #CE6381 Charm

📋 copy color: '#CE6381'

red 206 ◦ green 99 ◦ blue 129

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

Shades of Charm #CE6381

Tints of Charm #CE6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 47.47%
G = 22.81%
B = 29.72%

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

#CE6381 (or 0xCE6381) is known color: Charm. HEX triplet: CE, 63 and 81. RGB value is (206,99,129). Sum of RGB (Red+Green+Blue) = 206+99+129=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6381 is #319C7E. Grayscale: #868686. Windows color (decimal): -3251327 or 8479694. OLE color: 8479694.

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

Color convert

RGB 206 99 129 -
CMYK 0 0.52 0.37 0.19
HSL 343.18º 0.52% 0.6% -
HSV(B) 343.18º 0.52% 0.81% -
XYZ 33.88 23.63 23.54 -
YUV 134.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 206 99 129 0 0.52 0.37 0.19 343.18 0.52 0.6
Hex CE 63 81 0 34 25 13 157 34 3C
Octal 316 143 201 0 64 45 23 527 64 74
Binary 11001110 1100011 10000001 0 110100 100101 10011 101010111 110100 111100

Color Harmonies of #CE6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6381

Black with #CE6381

Text Example


Text Example

White with #CE6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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