Html Css Color HEX #CE7D8D Charm

📋 copy color: '#CE7D8D'

red 206 ◦ green 125 ◦ blue 141

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

Shades of Charm #CE7D8D

Tints of Charm #CE7D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 43.64%
G = 26.48%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE7D8D (or 0xCE7D8D) is known color: Charm. HEX triplet: CE, 7D and 8D. RGB value is (206,125,141). Sum of RGB (Red+Green+Blue) = 206+125+141=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D8D is #318272. Grayscale: #979797. Windows color (decimal): -3244659 or 9272782. OLE color: 9272782.

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

Color convert

RGB 206 125 141 -
CMYK 0 0.39 0.32 0.19
HSL 348.15º 0.45% 0.65% -
HSV(B) 348.15º 0.39% 0.81% -
XYZ 37.59 29.71 28.95 -
YUV 151.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 206 125 141 0 0.39 0.32 0.19 348.15 0.45 0.65
Hex CE 7D 8D 0 27 20 13 15C 2D 41
Octal 316 175 215 0 47 40 23 534 55 101
Binary 11001110 1111101 10001101 0 100111 100000 10011 101011100 101101 1000001

Color Harmonies of #CE7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D8D

Black with #CE7D8D

Text Example


Text Example

White with #CE7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D8D; }

 p { color: rgb(206,125,141); }

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

background-color css

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

 a { background-color: rgb(206,125,141); }

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

border-color css

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

 span { border-color: rgb(206,125,141); }

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