Html Css Color HEX #CC7A87 Charm

📋 copy color: '#CC7A87'

red 204 ◦ green 122 ◦ blue 135

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

Shades of Charm #CC7A87

Tints of Charm #CC7A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

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

R = 44.25%
G = 26.46%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7A87 (or 0xCC7A87) is known color: Charm. HEX triplet: CC, 7A and 87. RGB value is (204,122,135). Sum of RGB (Red+Green+Blue) = 204+122+135=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A87 is #338578. Grayscale: #949494. Windows color (decimal): -3376505 or 8878796. OLE color: 8878796.

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

Color convert

RGB 204 122 135 -
CMYK 0 0.40 0.34 0.2
HSL 350.49º 0.45% 0.64% -
HSV(B) 350.49º 0.4% 0.8% -
XYZ 36.23 28.51 26.51 -
YUV 148 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 204 122 135 0 0.40 0.34 0.2 350.49 0.45 0.64
Hex CC 7A 87 0 28 22 14 15E 2D 40
Octal 314 172 207 0 50 42 24 536 55 100
Binary 11001100 1111010 10000111 0 101000 100010 10100 101011110 101101 1000000

Color Harmonies of #CC7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A87

Black with #CC7A87

Text Example


Text Example

White with #CC7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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