#C0648B

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

Shades of Hopbush #C0648B

Tints of Hopbush #C0648B

Color information

#C0648B (or 0xC0648B) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 8B. RGB value is (192,100,139). Sum of RGB (Red+Green+Blue) = 192+100+139=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0648B is #3F9B74. Grayscale: #838383. Windows color (decimal): -4168565 or 9135296. OLE color: 9135296.

HSL color Cylindrical-coordinate representation of color #C0648B: hue angle of 334.57º 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 #C0648B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192100139-
CMYK00.480.280.25
HSL334.57º42.2%57.25%-
HSV(B)334.57º47.92%75.29%-
XYZ30.9622.1827.08-
YUV131.95131.98170.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=44.55%
G=23.20%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210013900.480.280.25334.5742.257.25
HexC0648B0301C1914f2a39
Octal30014421306034315175271
Binary1100000011001001000101101100001110011001101001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0648B; }

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

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

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

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

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

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

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

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