Html Css Color HEX #CC7591 Charm

📋 copy color: '#CC7591'

red 204 ◦ green 117 ◦ blue 145

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

Shades of Charm #CC7591

Tints of Charm #CC7591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.12%

R = 43.78%
G = 25.11%
B = 31.12%

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

#CC7591 (or 0xCC7591) is known color: Charm. HEX triplet: CC, 75 and 91. RGB value is (204,117,145). Sum of RGB (Red+Green+Blue) = 204+117+145=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7591 is #338A6E. Grayscale: #929292. Windows color (decimal): -3377775 or 9532876. OLE color: 9532876.

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

Color convert

RGB 204 117 145 -
CMYK 0 0.43 0.29 0.2
HSL 340.69º 0.46% 0.63% -
HSV(B) 340.69º 0.43% 0.8% -
XYZ 36.37 27.6 30.2 -
YUV 146.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 204 117 145 0 0.43 0.29 0.2 340.69 0.46 0.63
Hex CC 75 91 0 2B 1D 14 155 2E 3F
Octal 314 165 221 0 53 35 24 525 56 77
Binary 11001100 1110101 10010001 0 101011 11101 10100 101010101 101110 111111

Color Harmonies of #CC7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7591

Black with #CC7591

Text Example


Text Example

White with #CC7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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