#C0648F

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

Shades of Hopbush #C0648F

Tints of Hopbush #C0648F

Color information

#C0648F (or 0xC0648F) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 8F. RGB value is (192,100,143). Sum of RGB (Red+Green+Blue) = 192+100+143=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0648F is #3F9B70. Grayscale: #848484. Windows color (decimal): -4168561 or 9397440. OLE color: 9397440.

HSL color Cylindrical-coordinate representation of color #C0648F: hue angle of 331.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0648F is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192100143-
CMYK00.480.260.25
HSL331.96º42.2%57.25%-
HSV(B)331.96º47.92%75.29%-
XYZ31.2522.328.64-
YUV132.41133.98170.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=44.14%
G=22.99%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210014300.480.260.25331.9642.257.25
HexC0648F0301A1914c2a39
Octal30014421706032315145271
Binary1100000011001001000111101100001101011001101001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0648F; }

 p { color: rgb(192,100,143); }

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

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

 a { background-color: rgb(192,100,143); }

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

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

 span { border-color: rgb(192,100,143); }

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