Html Css Color HEX #CC7586 Charm

📋 copy color: '#CC7586'

red 204 ◦ green 117 ◦ blue 134

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

Shades of Charm #CC7586

Tints of Charm #CC7586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.45%

R = 44.84%
G = 25.71%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7586 (or 0xCC7586) is known color: Charm. HEX triplet: CC, 75 and 86. RGB value is (204,117,134). Sum of RGB (Red+Green+Blue) = 204+117+134=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7586 is #338A79. Grayscale: #909090. Windows color (decimal): -3377786 or 8811980. OLE color: 8811980.

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

Color convert

RGB 204 117 134 -
CMYK 0 0.43 0.34 0.2
HSL 348.28º 0.46% 0.63% -
HSV(B) 348.28º 0.43% 0.8% -
XYZ 35.57 27.28 25.95 -
YUV 144.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 204 117 134 0 0.43 0.34 0.2 348.28 0.46 0.63
Hex CC 75 86 0 2B 22 14 15C 2E 3F
Octal 314 165 206 0 53 42 24 534 56 77
Binary 11001100 1110101 10000110 0 101011 100010 10100 101011100 101110 111111

Color Harmonies of #CC7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7586

Black with #CC7586

Text Example


Text Example

White with #CC7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7586; }

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

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

background-color css

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

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

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

border-color css

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

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

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