#C10068

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

Shades of Jazzberry Jam #C10068

Tints of Jazzberry Jam #C10068

Color information

#C10068 (or 0xC10068) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 00 and 68. RGB value is (193,0,104). Sum of RGB (Red+Green+Blue) = 193+0+104=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10068 is #3EFF97. Grayscale: #454545. Windows color (decimal): -4128664 or 6815937. OLE color: 6815937.

HSL color Cylindrical-coordinate representation of color #C10068: hue angle of 327.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10068 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB1930104-
CMYK010.460.24
HSL327.67º100%37.84%-
HSV(B)327.67º100%75.69%-
XYZ24.4912.3414.19-
YUV69.56147.44216.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=64.98%
G=0%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1930104010.460.24327.6710037.84
HexC10680642E181486426
Octal30101500144563051014446
Binary110000010110100001100100101110110001010010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10068; }

 p { color: rgb(193,0,104); }

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

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

 a { background-color: rgb(193,0,104); }

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

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

 span { border-color: rgb(193,0,104); }

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