Html Css Color HEX #CC728E Charm

📋 copy color: '#CC728E'

red 204 ◦ green 114 ◦ blue 142

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

Shades of Charm #CC728E

Tints of Charm #CC728E

RGB

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

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

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

R = 44.35%
G = 24.78%
B = 30.87%

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

#CC728E (or 0xCC728E) is known color: Charm. HEX triplet: CC, 72 and 8E. RGB value is (204,114,142). Sum of RGB (Red+Green+Blue) = 204+114+142=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728E is #338D71. Grayscale: #909090. Windows color (decimal): -3378546 or 9335500. OLE color: 9335500.

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

Color convert

RGB 204 114 142 -
CMYK 0 0.44 0.30 0.2
HSL 341.33º 0.47% 0.62% -
HSV(B) 341.33º 0.44% 0.8% -
XYZ 35.8 26.82 28.88 -
YUV 144.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 204 114 142 0 0.44 0.30 0.2 341.33 0.47 0.62
Hex CC 72 8E 0 2C 1E 14 155 2F 3E
Octal 314 162 216 0 54 36 24 525 57 76
Binary 11001100 1110010 10001110 0 101100 11110 10100 101010101 101111 111110

Color Harmonies of #CC728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC728E

Black with #CC728E

Text Example


Text Example

White with #CC728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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