Html Css Color HEX #CC728F Charm

📋 copy color: '#CC728F'

red 204 ◦ green 114 ◦ blue 143

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

Shades of Charm #CC728F

Tints of Charm #CC728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 44.25%
G = 24.73%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC728F (or 0xCC728F) is known color: Charm. HEX triplet: CC, 72 and 8F. RGB value is (204,114,143). Sum of RGB (Red+Green+Blue) = 204+114+143=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728F is #338D70. Grayscale: #909090. Windows color (decimal): -3378545 or 9401036. OLE color: 9401036.

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

Color convert

RGB 204 114 143 -
CMYK 0 0.44 0.30 0.2
HSL 340.67º 0.47% 0.62% -
HSV(B) 340.67º 0.44% 0.8% -
XYZ 35.88 26.86 29.28 -
YUV 144.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 204 114 143 0 0.44 0.30 0.2 340.67 0.47 0.62
Hex CC 72 8F 0 2C 1E 14 155 2F 3E
Octal 314 162 217 0 54 36 24 525 57 76
Binary 11001100 1110010 10001111 0 101100 11110 10100 101010101 101111 111110

Color Harmonies of #CC728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC728F

Black with #CC728F

Text Example


Text Example

White with #CC728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC728F; }

 p { color: rgb(204,114,143); }

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

background-color css

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

 a { background-color: rgb(204,114,143); }

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

border-color css

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

 span { border-color: rgb(204,114,143); }

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