Html Css Color HEX #CC7C87 Charm

📋 copy color: '#CC7C87'

red 204 ◦ green 124 ◦ blue 135

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

Shades of Charm #CC7C87

Tints of Charm #CC7C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

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

R = 44.06%
G = 26.78%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7C87 (or 0xCC7C87) is known color: Charm. HEX triplet: CC, 7C and 87. RGB value is (204,124,135). Sum of RGB (Red+Green+Blue) = 204+124+135=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C87 is #338378. Grayscale: #959595. Windows color (decimal): -3375993 or 8879308. OLE color: 8879308.

HSL color Cylindrical-coordinate representation of color #CC7C87: hue angle of 351.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C87 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 135 -
CMYK 0 0.39 0.34 0.2
HSL 351.75º 0.44% 0.64% -
HSV(B) 351.75º 0.39% 0.8% -
XYZ 36.48 29 26.6 -
YUV 149.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 204 124 135 0 0.39 0.34 0.2 351.75 0.44 0.64
Hex CC 7C 87 0 27 22 14 160 2C 40
Octal 314 174 207 0 47 42 24 540 54 100
Binary 11001100 1111100 10000111 0 100111 100010 10100 101100000 101100 1000000

Color Harmonies of #CC7C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C87

Black with #CC7C87

Text Example


Text Example

White with #CC7C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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