Html Css Color HEX #CE6981 Charm

📋 copy color: '#CE6981'

red 206 ◦ green 105 ◦ blue 129

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

Shades of Charm #CE6981

Tints of Charm #CE6981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 46.82%
G = 23.86%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE6981 (or 0xCE6981) is known color: Charm. HEX triplet: CE, 69 and 81. RGB value is (206,105,129). Sum of RGB (Red+Green+Blue) = 206+105+129=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6981 is #31967E. Grayscale: #898989. Windows color (decimal): -3249791 or 8481230. OLE color: 8481230.

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

Color convert

RGB 206 105 129 -
CMYK 0 0.49 0.37 0.19
HSL 345.74º 0.51% 0.61% -
HSV(B) 345.74º 0.49% 0.81% -
XYZ 34.47 24.81 23.74 -
YUV 137.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 206 105 129 0 0.49 0.37 0.19 345.74 0.51 0.61
Hex CE 69 81 0 31 25 13 15A 33 3D
Octal 316 151 201 0 61 45 23 532 63 75
Binary 11001110 1101001 10000001 0 110001 100101 10011 101011010 110011 111101

Color Harmonies of #CE6981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6981

Black with #CE6981

Text Example


Text Example

White with #CE6981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6981; }

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

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

background-color css

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

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

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

border-color css

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

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

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