Html Css Color HEX #CD7490 Charm

📋 copy color: '#CD7490'

red 205 ◦ green 116 ◦ blue 144

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

Shades of Charm #CD7490

Tints of Charm #CD7490

RGB

 RED value IS 205 (80.47% from 255) = 44.09%

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

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

R = 44.09%
G = 24.95%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD7490 (or 0xCD7490) is known color: Charm. HEX triplet: CD, 74 and 90. RGB value is (205,116,144). Sum of RGB (Red+Green+Blue) = 205+116+144=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7490 is #328B6F. Grayscale: #919191. Windows color (decimal): -3312496 or 9467085. OLE color: 9467085.

HSL color Cylindrical-coordinate representation of color #CD7490: hue angle of 341.12º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7490 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 144 -
CMYK 0 0.43 0.30 0.20
HSL 341.12º 0.47% 0.63% -
HSV(B) 341.12º 0.43% 0.8% -
XYZ 36.46 27.48 29.77 -
YUV 145.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 205 116 144 0 0.43 0.30 0.20 341.12 0.47 0.63
Hex CD 74 90 0 2B 1E 14 155 2F 3F
Octal 315 164 220 0 53 36 24 525 57 77
Binary 11001101 1110100 10010000 0 101011 11110 10100 101010101 101111 111111

Color Harmonies of #CD7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7490

Black with #CD7490

Text Example


Text Example

White with #CD7490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7490; }

 p { color: rgb(205,116,144); }

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

background-color css

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

 a { background-color: rgb(205,116,144); }

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

border-color css

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

 span { border-color: rgb(205,116,144); }

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