#C9648C

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

Shades of Hopbush #C9648C

Tints of Hopbush #C9648C

Color information

#C9648C (or 0xC9648C) is unknown color: approx Hopbush. HEX triplet: C9, 64 and 8C. RGB value is (201,100,140). Sum of RGB (Red+Green+Blue) = 201+100+140=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9648C is #369B73. Grayscale: #868686. Windows color (decimal): -3578740 or 9200841. OLE color: 9200841.

HSL color Cylindrical-coordinate representation of color #C9648C: hue angle of 336.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9648C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201100140-
CMYK00.500.300.21
HSL336.24º48.33%59.02%-
HSV(B)336.24º50.25%78.82%-
XYZ33.3823.4327.57-
YUV134.76130.96175.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=45.58%
G=22.68%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110014000.500.300.21336.2448.3359.02
HexC9648C0321E15150303b
Octal31114421406236255206073
Binary1100100111001001000110001100101111010101101010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9648C; }

 p { color: rgb(201,100,140); }

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

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

 a { background-color: rgb(201,100,140); }

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

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

 span { border-color: rgb(201,100,140); }

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