#C01468

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

Shades of Jazzberry Jam #C01468

Tints of Jazzberry Jam #C01468

Color information

#C01468 (or 0xC01468) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 14 and 68. RGB value is (192,20,104). Sum of RGB (Red+Green+Blue) = 192+20+104=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01468 is #3FEB97. Grayscale: #505050. Windows color (decimal): -4189080 or 6821056. OLE color: 6821056.

HSL color Cylindrical-coordinate representation of color #C01468: hue angle of 330.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01468 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19220104-
CMYK00.900.460.25
HSL330.7º81.13%41.57%-
HSV(B)330.7º89.58%75.29%-
XYZ24.4912.7114.26-
YUV81140.98207.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=60.76%
G=6.33%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922010400.900.460.25330.781.1341.57
HexC0146805A2E1914b512a
Octal300241500132563151312152
Binary1100000010100110100001011010101110110011010010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01468; }

 p { color: rgb(192,20,104); }

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

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

 a { background-color: rgb(192,20,104); }

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

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

 span { border-color: rgb(192,20,104); }

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