Html Css Color HEX #CC7486 Charm

📋 copy color: '#CC7486'

red 204 ◦ green 116 ◦ blue 134

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

Shades of Charm #CC7486

Tints of Charm #CC7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 44.93%
G = 25.55%
B = 29.52%

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

#CC7486 (or 0xCC7486) is known color: Charm. HEX triplet: CC, 74 and 86. RGB value is (204,116,134). Sum of RGB (Red+Green+Blue) = 204+116+134=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7486 is #338B79. Grayscale: #909090. Windows color (decimal): -3378042 or 8811724. OLE color: 8811724.

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

Color convert

RGB 204 116 134 -
CMYK 0 0.43 0.34 0.2
HSL 347.73º 0.46% 0.63% -
HSV(B) 347.73º 0.43% 0.8% -
XYZ 35.45 27.05 25.91 -
YUV 144.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 204 116 134 0 0.43 0.34 0.2 347.73 0.46 0.63
Hex CC 74 86 0 2B 22 14 15C 2E 3F
Octal 314 164 206 0 53 42 24 534 56 77
Binary 11001100 1110100 10000110 0 101011 100010 10100 101011100 101110 111111

Color Harmonies of #CC7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7486

Black with #CC7486

Text Example


Text Example

White with #CC7486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7486; }

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

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

background-color css

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

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

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

border-color css

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

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

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