Html Css Color HEX #CE748E Charm

📋 copy color: '#CE748E'

red 206 ◦ green 116 ◦ blue 142

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

Shades of Charm #CE748E

Tints of Charm #CE748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 44.4%
G = 25%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE748E (or 0xCE748E) is known color: Charm. HEX triplet: CE, 74 and 8E. RGB value is (206,116,142). Sum of RGB (Red+Green+Blue) = 206+116+142=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE748E is #318B71. Grayscale: #919191. Windows color (decimal): -3246962 or 9336014. OLE color: 9336014.

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

Color convert

RGB 206 116 142 -
CMYK 0 0.44 0.31 0.19
HSL 342.67º 0.48% 0.63% -
HSV(B) 342.67º 0.44% 0.81% -
XYZ 36.58 27.57 28.98 -
YUV 145.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 206 116 142 0 0.44 0.31 0.19 342.67 0.48 0.63
Hex CE 74 8E 0 2C 1F 13 157 30 3F
Octal 316 164 216 0 54 37 23 527 60 77
Binary 11001110 1110100 10001110 0 101100 11111 10011 101010111 110000 111111

Color Harmonies of #CE748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE748E

Black with #CE748E

Text Example


Text Example

White with #CE748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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