Html Css Color HEX #CE708E Charm

📋 copy color: '#CE708E'

red 206 ◦ green 112 ◦ blue 142

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

Shades of Charm #CE708E

Tints of Charm #CE708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 44.78%
G = 24.35%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE708E (or 0xCE708E) is known color: Charm. HEX triplet: CE, 70 and 8E. RGB value is (206,112,142). Sum of RGB (Red+Green+Blue) = 206+112+142=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708E is #318F71. Grayscale: #8F8F8F. Windows color (decimal): -3247986 or 9334990. OLE color: 9334990.

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

Color convert

RGB 206 112 142 -
CMYK 0 0.46 0.31 0.19
HSL 340.85º 0.49% 0.62% -
HSV(B) 340.85º 0.46% 0.81% -
XYZ 36.13 26.66 28.83 -
YUV 143.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 206 112 142 0 0.46 0.31 0.19 340.85 0.49 0.62
Hex CE 70 8E 0 2E 1F 13 155 31 3E
Octal 316 160 216 0 56 37 23 525 61 76
Binary 11001110 1110000 10001110 0 101110 11111 10011 101010101 110001 111110

Color Harmonies of #CE708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE708E

Black with #CE708E

Text Example


Text Example

White with #CE708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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