Html Css Color HEX #CE7894 Charm

📋 copy color: '#CE7894'

red 206 ◦ green 120 ◦ blue 148

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

Shades of Charm #CE7894

Tints of Charm #CE7894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

 BLUE value IS 148 (58.2% from 255) = 31.22%

R = 43.46%
G = 25.32%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE7894 (or 0xCE7894) is known color: Charm. HEX triplet: CE, 78 and 94. RGB value is (206,120,148). Sum of RGB (Red+Green+Blue) = 206+120+148=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7894 is #31876B. Grayscale: #949494. Windows color (decimal): -3245932 or 9730254. OLE color: 9730254.

HSL color Cylindrical-coordinate representation of color #CE7894: hue angle of 340.47º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7894 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 148 -
CMYK 0 0.42 0.28 0.19
HSL 340.47º 0.47% 0.64% -
HSV(B) 340.47º 0.42% 0.81% -
XYZ 37.52 28.69 31.58 -
YUV 148.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 206 120 148 0 0.42 0.28 0.19 340.47 0.47 0.64
Hex CE 78 94 0 2A 1C 13 154 2F 40
Octal 316 170 224 0 52 34 23 524 57 100
Binary 11001110 1111000 10010100 0 101010 11100 10011 101010100 101111 1000000

Color Harmonies of #CE7894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7894

Black with #CE7894

Text Example


Text Example

White with #CE7894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7894; }

 p { color: rgb(206,120,148); }

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

background-color css

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

 a { background-color: rgb(206,120,148); }

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

border-color css

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

 span { border-color: rgb(206,120,148); }

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