Html Css Color HEX #CC647F Charm

📋 copy color: '#CC647F'

red 204 ◦ green 100 ◦ blue 127

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

Shades of Charm #CC647F

Tints of Charm #CC647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

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

R = 47.33%
G = 23.2%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC647F (or 0xCC647F) is known color: Charm. HEX triplet: CC, 64 and 7F. RGB value is (204,100,127). Sum of RGB (Red+Green+Blue) = 204+100+127=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647F is #339B80. Grayscale: #868686. Windows color (decimal): -3382145 or 8348876. OLE color: 8348876.

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

Color convert

RGB 204 100 127 -
CMYK 0 0.51 0.38 0.2
HSL 344.42º 0.5% 0.6% -
HSV(B) 344.42º 0.51% 0.8% -
XYZ 33.29 23.48 22.86 -
YUV 134.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 204 100 127 0 0.51 0.38 0.2 344.42 0.5 0.6
Hex CC 64 7F 0 33 26 14 158 32 3C
Octal 314 144 177 0 63 46 24 530 62 74
Binary 11001100 1100100 1111111 0 110011 100110 10100 101011000 110010 111100

Color Harmonies of #CC647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC647F

Black with #CC647F

Text Example


Text Example

White with #CC647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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