Html Css Color HEX #CC7590 Charm

📋 copy color: '#CC7590'

red 204 ◦ green 117 ◦ blue 144

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

Shades of Charm #CC7590

Tints of Charm #CC7590

RGB

 RED value IS 204 (80.08% from 255) = 43.87%

 GREEN value IS 117 (46.09% from 255) = 25.16%

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

R = 43.87%
G = 25.16%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC7590 (or 0xCC7590) is known color: Charm. HEX triplet: CC, 75 and 90. RGB value is (204,117,144). Sum of RGB (Red+Green+Blue) = 204+117+144=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7590 is #338A6F. Grayscale: #929292. Windows color (decimal): -3377776 or 9467340. OLE color: 9467340.

HSL color Cylindrical-coordinate representation of color #CC7590: hue angle of 341.38º degrees, saturation: 0.46, 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 #CC7590 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 144 -
CMYK 0 0.43 0.29 0.2
HSL 341.38º 0.46% 0.63% -
HSV(B) 341.38º 0.43% 0.8% -
XYZ 36.3 27.57 29.79 -
YUV 146.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 204 117 144 0 0.43 0.29 0.2 341.38 0.46 0.63
Hex CC 75 90 0 2B 1D 14 155 2E 3F
Octal 314 165 220 0 53 35 24 525 56 77
Binary 11001100 1110101 10010000 0 101011 11101 10100 101010101 101110 111111

Color Harmonies of #CC7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7590

Black with #CC7590

Text Example


Text Example

White with #CC7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7590; }

 p { color: rgb(204,117,144); }

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

background-color css

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

 a { background-color: rgb(204,117,144); }

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

border-color css

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

 span { border-color: rgb(204,117,144); }

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