Html Css Color HEX #CC7487 Charm

📋 copy color: '#CC7487'

red 204 ◦ green 116 ◦ blue 135

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

Shades of Charm #CC7487

Tints of Charm #CC7487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 44.84%
G = 25.49%
B = 29.67%

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

#CC7487 (or 0xCC7487) is known color: Charm. HEX triplet: CC, 74 and 87. RGB value is (204,116,135). Sum of RGB (Red+Green+Blue) = 204+116+135=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7487 is #338B78. Grayscale: #909090. Windows color (decimal): -3378041 or 8877260. OLE color: 8877260.

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

Color convert

RGB 204 116 135 -
CMYK 0 0.43 0.34 0.2
HSL 347.05º 0.46% 0.63% -
HSV(B) 347.05º 0.43% 0.8% -
XYZ 35.52 27.08 26.28 -
YUV 144.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 204 116 135 0 0.43 0.34 0.2 347.05 0.46 0.63
Hex CC 74 87 0 2B 22 14 15B 2E 3F
Octal 314 164 207 0 53 42 24 533 56 77
Binary 11001100 1110100 10000111 0 101011 100010 10100 101011011 101110 111111

Color Harmonies of #CC7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7487

Black with #CC7487

Text Example


Text Example

White with #CC7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7487; }

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

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

background-color css

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

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

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

border-color css

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

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

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