Html Css Color HEX #CC728C Charm

📋 copy color: '#CC728C'

red 204 ◦ green 114 ◦ blue 140

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

Shades of Charm #CC728C

Tints of Charm #CC728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 44.54%
G = 24.89%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC728C (or 0xCC728C) is known color: Charm. HEX triplet: CC, 72 and 8C. RGB value is (204,114,140). Sum of RGB (Red+Green+Blue) = 204+114+140=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728C is #338D73. Grayscale: #8F8F8F. Windows color (decimal): -3378548 or 9204428. OLE color: 9204428.

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

Color convert

RGB 204 114 140 -
CMYK 0 0.44 0.31 0.2
HSL 342.67º 0.47% 0.62% -
HSV(B) 342.67º 0.44% 0.8% -
XYZ 35.65 26.77 28.1 -
YUV 143.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 204 114 140 0 0.44 0.31 0.2 342.67 0.47 0.62
Hex CC 72 8C 0 2C 1F 14 157 2F 3E
Octal 314 162 214 0 54 37 24 527 57 76
Binary 11001100 1110010 10001100 0 101100 11111 10100 101010111 101111 111110

Color Harmonies of #CC728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC728C

Black with #CC728C

Text Example


Text Example

White with #CC728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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