Html Css Color HEX #CE7E80 Charm

📋 copy color: '#CE7E80'

red 206 ◦ green 126 ◦ blue 128

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

Shades of Charm #CE7E80

Tints of Charm #CE7E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.39%

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

R = 44.78%
G = 27.39%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE7E80 (or 0xCE7E80) is known color: Charm. HEX triplet: CE, 7E and 80. RGB value is (206,126,128). Sum of RGB (Red+Green+Blue) = 206+126+128=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E80 is #31817F. Grayscale: #969696. Windows color (decimal): -3244416 or 8421070. OLE color: 8421070.

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

Color convert

RGB 206 126 128 -
CMYK 0 0.39 0.38 0.19
HSL 358.5º 0.45% 0.65% -
HSV(B) 358.5º 0.39% 0.81% -
XYZ 36.81 29.6 24.2 -
YUV 150.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 206 126 128 0 0.39 0.38 0.19 358.5 0.45 0.65
Hex CE 7E 80 0 27 26 13 166 2D 41
Octal 316 176 200 0 47 46 23 546 55 101
Binary 11001110 1111110 10000000 0 100111 100110 10011 101100110 101101 1000001

Color Harmonies of #CE7E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E80

Black with #CE7E80

Text Example


Text Example

White with #CE7E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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