Html Css Color HEX #CE7990 Charm

📋 copy color: '#CE7990'

red 206 ◦ green 121 ◦ blue 144

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

Shades of Charm #CE7990

Tints of Charm #CE7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 43.74%
G = 25.69%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE7990 (or 0xCE7990) is known color: Charm. HEX triplet: CE, 79 and 90. RGB value is (206,121,144). Sum of RGB (Red+Green+Blue) = 206+121+144=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7990 is #31866F. Grayscale: #959595. Windows color (decimal): -3245680 or 9468366. OLE color: 9468366.

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

Color convert

RGB 206 121 144 -
CMYK 0 0.41 0.30 0.19
HSL 343.76º 0.46% 0.64% -
HSV(B) 343.76º 0.41% 0.81% -
XYZ 37.33 28.81 29.98 -
YUV 149.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 206 121 144 0 0.41 0.30 0.19 343.76 0.46 0.64
Hex CE 79 90 0 29 1E 13 158 2E 40
Octal 316 171 220 0 51 36 23 530 56 100
Binary 11001110 1111001 10010000 0 101001 11110 10011 101011000 101110 1000000

Color Harmonies of #CE7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7990

Black with #CE7990

Text Example


Text Example

White with #CE7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7990; }

 p { color: rgb(206,121,144); }

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

background-color css

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

 a { background-color: rgb(206,121,144); }

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

border-color css

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

 span { border-color: rgb(206,121,144); }

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