Html Css Color HEX #CD7390 Charm

📋 copy color: '#CD7390'

red 205 ◦ green 115 ◦ blue 144

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

Shades of Charm #CD7390

Tints of Charm #CD7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 44.18%
G = 24.78%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD7390 (or 0xCD7390) is known color: Charm. HEX triplet: CD, 73 and 90. RGB value is (205,115,144). Sum of RGB (Red+Green+Blue) = 205+115+144=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7390 is #328C6F. Grayscale: #919191. Windows color (decimal): -3312752 or 9466829. OLE color: 9466829.

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

Color convert

RGB 205 115 144 -
CMYK 0 0.44 0.30 0.20
HSL 340.67º 0.47% 0.63% -
HSV(B) 340.67º 0.44% 0.8% -
XYZ 36.34 27.25 29.73 -
YUV 145.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 205 115 144 0 0.44 0.30 0.20 340.67 0.47 0.63
Hex CD 73 90 0 2C 1E 14 155 2F 3F
Octal 315 163 220 0 54 36 24 525 57 77
Binary 11001101 1110011 10010000 0 101100 11110 10100 101010101 101111 111111

Color Harmonies of #CD7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7390

Black with #CD7390

Text Example


Text Example

White with #CD7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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