Html Css Color HEX #CC7584 Charm

📋 copy color: '#CC7584'

red 204 ◦ green 117 ◦ blue 132

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

Shades of Charm #CC7584

Tints of Charm #CC7584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.14%

R = 45.03%
G = 25.83%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7584 (or 0xCC7584) is known color: Charm. HEX triplet: CC, 75 and 84. RGB value is (204,117,132). Sum of RGB (Red+Green+Blue) = 204+117+132=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7584 is #338A7B. Grayscale: #909090. Windows color (decimal): -3377788 or 8680908. OLE color: 8680908.

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

Color convert

RGB 204 117 132 -
CMYK 0 0.43 0.35 0.2
HSL 349.66º 0.46% 0.63% -
HSV(B) 349.66º 0.43% 0.8% -
XYZ 35.43 27.23 25.22 -
YUV 144.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 204 117 132 0 0.43 0.35 0.2 349.66 0.46 0.63
Hex CC 75 84 0 2B 23 14 15E 2E 3F
Octal 314 165 204 0 53 43 24 536 56 77
Binary 11001100 1110101 10000100 0 101011 100011 10100 101011110 101110 111111

Color Harmonies of #CC7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7584

Black with #CC7584

Text Example


Text Example

White with #CC7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7584; }

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

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

background-color css

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

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

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

border-color css

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

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

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