#CC648E

Color #CC648E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CC648E

Tints of Hopbush #CC648E

Color information

#CC648E (or 0xCC648E) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 8E. RGB value is (204,100,142). Sum of RGB (Red+Green+Blue) = 204+100+142=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC648E is #339B71. Grayscale: #878787. Windows color (decimal): -3382130 or 9331916. OLE color: 9331916.

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

Color convert

RGB204100142-
CMYK00.510.300.2
HSL335.77º50.49%59.61%-
HSV(B)335.77º50.98%80%-
XYZ34.3423.928.4-
YUV135.88131.46176.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=45.74%
G=22.42%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410014200.510.300.2335.7750.4959.61
HexCC648E0331E14150323c
Octal31414421606336245206274
Binary1100110011001001000111001100111111010100101010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC648E; }

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

 H1.HeaderClassName
 {
   color: #CC648E;
 }
 .AnyTagClassName
 {
   color: #CC648E;
 }
</style>
background-color css

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

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

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

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

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

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