Html Css Color HEX #CE6D80 Charm

📋 copy color: '#CE6D80'

red 206 ◦ green 109 ◦ blue 128

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

Shades of Charm #CE6D80

Tints of Charm #CE6D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 46.5%
G = 24.6%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE6D80 (or 0xCE6D80) is known color: Charm. HEX triplet: CE, 6D and 80. RGB value is (206,109,128). Sum of RGB (Red+Green+Blue) = 206+109+128=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D80 is #31927F. Grayscale: #8C8C8C. Windows color (decimal): -3248768 or 8416718. OLE color: 8416718.

HSL color Cylindrical-coordinate representation of color #CE6D80: hue angle of 348.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D80 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 128 -
CMYK 0 0.47 0.38 0.19
HSL 348.25º 0.5% 0.62% -
HSV(B) 348.25º 0.47% 0.81% -
XYZ 34.82 25.62 23.53 -
YUV 140.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 206 109 128 0 0.47 0.38 0.19 348.25 0.5 0.62
Hex CE 6D 80 0 2F 26 13 15C 32 3E
Octal 316 155 200 0 57 46 23 534 62 76
Binary 11001110 1101101 10000000 0 101111 100110 10011 101011100 110010 111110

Color Harmonies of #CE6D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D80

Black with #CE6D80

Text Example


Text Example

White with #CE6D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D80; }

 p { color: rgb(206,109,128); }

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

background-color css

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

 a { background-color: rgb(206,109,128); }

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

border-color css

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

 span { border-color: rgb(206,109,128); }

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