Html Css Color HEX #CC728D Charm

📋 copy color: '#CC728D'

red 204 ◦ green 114 ◦ blue 141

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

Shades of Charm #CC728D

Tints of Charm #CC728D

RGB

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

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

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

R = 44.44%
G = 24.84%
B = 30.72%

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

#CC728D (or 0xCC728D) is known color: Charm. HEX triplet: CC, 72 and 8D. RGB value is (204,114,141). Sum of RGB (Red+Green+Blue) = 204+114+141=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728D is #338D72. Grayscale: #8F8F8F. Windows color (decimal): -3378547 or 9269964. OLE color: 9269964.

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

Color convert

RGB 204 114 141 -
CMYK 0 0.44 0.31 0.2
HSL 342º 0.47% 0.62% -
HSV(B) 342º 0.44% 0.8% -
XYZ 35.73 26.8 28.49 -
YUV 143.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 204 114 141 0 0.44 0.31 0.2 342 0.47 0.62
Hex CC 72 8D 0 2C 1F 14 156 2F 3E
Octal 314 162 215 0 54 37 24 526 57 76
Binary 11001100 1110010 10001101 0 101100 11111 10100 101010110 101111 111110

Color Harmonies of #CC728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC728D

Black with #CC728D

Text Example


Text Example

White with #CC728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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