Html Css Color HEX #CC728B Charm

📋 copy color: '#CC728B'

red 204 ◦ green 114 ◦ blue 139

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

Shades of Charm #CC728B

Tints of Charm #CC728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 44.64%
G = 24.95%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC728B (or 0xCC728B) is known color: Charm. HEX triplet: CC, 72 and 8B. RGB value is (204,114,139). Sum of RGB (Red+Green+Blue) = 204+114+139=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728B is #338D74. Grayscale: #8F8F8F. Windows color (decimal): -3378549 or 9138892. OLE color: 9138892.

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

Color convert

RGB 204 114 139 -
CMYK 0 0.44 0.32 0.2
HSL 343.33º 0.47% 0.62% -
HSV(B) 343.33º 0.44% 0.8% -
XYZ 35.58 26.74 27.71 -
YUV 143.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 204 114 139 0 0.44 0.32 0.2 343.33 0.47 0.62
Hex CC 72 8B 0 2C 20 14 157 2F 3E
Octal 314 162 213 0 54 40 24 527 57 76
Binary 11001100 1110010 10001011 0 101100 100000 10100 101010111 101111 111110

Color Harmonies of #CC728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC728B

Black with #CC728B

Text Example


Text Example

White with #CC728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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