Html Css Color HEX #CC718E Charm

📋 copy color: '#CC718E'

red 204 ◦ green 113 ◦ blue 142

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

Shades of Charm #CC718E

Tints of Charm #CC718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 44.44%
G = 24.62%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC718E (or 0xCC718E) is known color: Charm. HEX triplet: CC, 71 and 8E. RGB value is (204,113,142). Sum of RGB (Red+Green+Blue) = 204+113+142=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718E is #338E71. Grayscale: #8F8F8F. Windows color (decimal): -3378802 or 9335244. OLE color: 9335244.

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

Color convert

RGB 204 113 142 -
CMYK 0 0.45 0.30 0.2
HSL 340.88º 0.47% 0.62% -
HSV(B) 340.88º 0.45% 0.8% -
XYZ 35.69 26.6 28.84 -
YUV 143.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 204 113 142 0 0.45 0.30 0.2 340.88 0.47 0.62
Hex CC 71 8E 0 2D 1E 14 155 2F 3E
Octal 314 161 216 0 55 36 24 525 57 76
Binary 11001100 1110001 10001110 0 101101 11110 10100 101010101 101111 111110

Color Harmonies of #CC718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC718E

Black with #CC718E

Text Example


Text Example

White with #CC718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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