Html Css Color HEX #CE7E8E Charm

📋 copy color: '#CE7E8E'

red 206 ◦ green 126 ◦ blue 142

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

Shades of Charm #CE7E8E

Tints of Charm #CE7E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 43.46%
G = 26.58%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE7E8E (or 0xCE7E8E) is known color: Charm. HEX triplet: CE, 7E and 8E. RGB value is (206,126,142). Sum of RGB (Red+Green+Blue) = 206+126+142=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E8E is #318171. Grayscale: #979797. Windows color (decimal): -3244402 or 9338574. OLE color: 9338574.

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

Color convert

RGB 206 126 142 -
CMYK 0 0.39 0.31 0.19
HSL 348º 0.45% 0.65% -
HSV(B) 348º 0.39% 0.81% -
XYZ 37.8 30 29.39 -
YUV 151.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 206 126 142 0 0.39 0.31 0.19 348 0.45 0.65
Hex CE 7E 8E 0 27 1F 13 15C 2D 41
Octal 316 176 216 0 47 37 23 534 55 101
Binary 11001110 1111110 10001110 0 100111 11111 10011 101011100 101101 1000001

Color Harmonies of #CE7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E8E

Black with #CE7E8E

Text Example


Text Example

White with #CE7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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