Html Css Color HEX #CC718D Charm

📋 copy color: '#CC718D'

red 204 ◦ green 113 ◦ blue 141

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

Shades of Charm #CC718D

Tints of Charm #CC718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 44.54%
G = 24.67%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC718D (or 0xCC718D) is known color: Charm. HEX triplet: CC, 71 and 8D. RGB value is (204,113,141). Sum of RGB (Red+Green+Blue) = 204+113+141=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718D is #338E72. Grayscale: #8F8F8F. Windows color (decimal): -3378803 or 9269708. OLE color: 9269708.

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

Color convert

RGB 204 113 141 -
CMYK 0 0.45 0.31 0.2
HSL 341.54º 0.47% 0.62% -
HSV(B) 341.54º 0.45% 0.8% -
XYZ 35.61 26.57 28.45 -
YUV 143.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 204 113 141 0 0.45 0.31 0.2 341.54 0.47 0.62
Hex CC 71 8D 0 2D 1F 14 156 2F 3E
Octal 314 161 215 0 55 37 24 526 57 76
Binary 11001100 1110001 10001101 0 101101 11111 10100 101010110 101111 111110

Color Harmonies of #CC718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC718D

Black with #CC718D

Text Example


Text Example

White with #CC718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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