Html Css Color HEX #CC717F Charm

📋 copy color: '#CC717F'

red 204 ◦ green 113 ◦ blue 127

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

Shades of Charm #CC717F

Tints of Charm #CC717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 127 (50% from 255) = 28.6%

R = 45.95%
G = 25.45%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC717F (or 0xCC717F) is known color: Charm. HEX triplet: CC, 71 and 7F. RGB value is (204,113,127). Sum of RGB (Red+Green+Blue) = 204+113+127=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC717F is #338E80. Grayscale: #8D8D8D. Windows color (decimal): -3378817 or 8352204. OLE color: 8352204.

HSL color Cylindrical-coordinate representation of color #CC717F: hue angle of 350.77º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC717F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 127 -
CMYK 0 0.45 0.38 0.2
HSL 350.77º 0.47% 0.62% -
HSV(B) 350.77º 0.45% 0.8% -
XYZ 34.64 26.18 23.31 -
YUV 141.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 204 113 127 0 0.45 0.38 0.2 350.77 0.47 0.62
Hex CC 71 7F 0 2D 26 14 15F 2F 3E
Octal 314 161 177 0 55 46 24 537 57 76
Binary 11001100 1110001 1111111 0 101101 100110 10100 101011111 101111 111110

Color Harmonies of #CC717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC717F

Black with #CC717F

Text Example


Text Example

White with #CC717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC717F; }

 p { color: rgb(204,113,127); }

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

background-color css

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

 a { background-color: rgb(204,113,127); }

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

border-color css

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

 span { border-color: rgb(204,113,127); }

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