Html Css Color HEX #CE7E8C Charm

📋 copy color: '#CE7E8C'

red 206 ◦ green 126 ◦ blue 140

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

Shades of Charm #CE7E8C

Tints of Charm #CE7E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 43.64%
G = 26.69%
B = 29.66%

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

#CE7E8C (or 0xCE7E8C) is known color: Charm. HEX triplet: CE, 7E and 8C. RGB value is (206,126,140). Sum of RGB (Red+Green+Blue) = 206+126+140=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E8C is #318173. Grayscale: #979797. Windows color (decimal): -3244404 or 9207502. OLE color: 9207502.

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

Color convert

RGB 206 126 140 -
CMYK 0 0.39 0.32 0.19
HSL 349.5º 0.45% 0.65% -
HSV(B) 349.5º 0.39% 0.81% -
XYZ 37.65 29.94 28.61 -
YUV 151.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 206 126 140 0 0.39 0.32 0.19 349.5 0.45 0.65
Hex CE 7E 8C 0 27 20 13 15E 2D 41
Octal 316 176 214 0 47 40 23 536 55 101
Binary 11001110 1111110 10001100 0 100111 100000 10011 101011110 101101 1000001

Color Harmonies of #CE7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E8C

Black with #CE7E8C

Text Example


Text Example

White with #CE7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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