Html Css Color HEX #CC757F Charm

📋 copy color: '#CC757F'

red 204 ◦ green 117 ◦ blue 127

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

Shades of Charm #CC757F

Tints of Charm #CC757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

 BLUE value IS 127 (50% from 255) = 28.35%

R = 45.54%
G = 26.12%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC757F (or 0xCC757F) is known color: Charm. HEX triplet: CC, 75 and 7F. RGB value is (204,117,127). Sum of RGB (Red+Green+Blue) = 204+117+127=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757F is #338A80. Grayscale: #909090. Windows color (decimal): -3377793 or 8353228. OLE color: 8353228.

HSL color Cylindrical-coordinate representation of color #CC757F: hue angle of 353.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC757F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 127 -
CMYK 0 0.43 0.38 0.2
HSL 353.1º 0.46% 0.63% -
HSV(B) 353.1º 0.43% 0.8% -
XYZ 35.09 27.09 23.46 -
YUV 144.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 204 117 127 0 0.43 0.38 0.2 353.1 0.46 0.63
Hex CC 75 7F 0 2B 26 14 161 2E 3F
Octal 314 165 177 0 53 46 24 541 56 77
Binary 11001100 1110101 1111111 0 101011 100110 10100 101100001 101110 111111

Color Harmonies of #CC757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC757F

Black with #CC757F

Text Example


Text Example

White with #CC757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC757F; }

 p { color: rgb(204,117,127); }

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

background-color css

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

 a { background-color: rgb(204,117,127); }

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

border-color css

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

 span { border-color: rgb(204,117,127); }

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