Html Css Color HEX #CC727C Charm

📋 copy color: '#CC727C'

red 204 ◦ green 114 ◦ blue 124

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

Shades of Charm #CC727C

Tints of Charm #CC727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 46.15%
G = 25.79%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC727C (or 0xCC727C) is known color: Charm. HEX triplet: CC, 72 and 7C. RGB value is (204,114,124). Sum of RGB (Red+Green+Blue) = 204+114+124=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727C is #338D83. Grayscale: #8E8E8E. Windows color (decimal): -3378564 or 8155852. OLE color: 8155852.

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

Color convert

RGB 204 114 124 -
CMYK 0 0.44 0.39 0.2
HSL 353.33º 0.47% 0.62% -
HSV(B) 353.33º 0.44% 0.8% -
XYZ 34.56 26.33 22.33 -
YUV 142.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 204 114 124 0 0.44 0.39 0.2 353.33 0.47 0.62
Hex CC 72 7C 0 2C 27 14 161 2F 3E
Octal 314 162 174 0 54 47 24 541 57 76
Binary 11001100 1110010 1111100 0 101100 100111 10100 101100001 101111 111110

Color Harmonies of #CC727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC727C

Black with #CC727C

Text Example


Text Example

White with #CC727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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