#C0016C

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

Shades of Jazzberry Jam #C0016C

Tints of Jazzberry Jam #C0016C

Color information

#C0016C (or 0xC0016C) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 01 and 6C. RGB value is (192,1,108). Sum of RGB (Red+Green+Blue) = 192+1+108=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0016C is #3FFE93. Grayscale: #464646. Windows color (decimal): -4193940 or 7078336. OLE color: 7078336.

HSL color Cylindrical-coordinate representation of color #C0016C: hue angle of 326.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0016C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB1921108-
CMYK00.990.440.25
HSL326.39º98.96%37.84%-
HSV(B)326.39º99.48%75.29%-
XYZ24.4612.3115.27-
YUV70.31149.28214.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=63.79%
G=0.33%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192110800.990.440.25326.3998.9637.84
HexC016C0632C191466326
Octal30011540143543150614346
Binary110000001110110001100011101100110011010001101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0016C; }

 p { color: rgb(192,1,108); }

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

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

 a { background-color: rgb(192,1,108); }

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

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

 span { border-color: rgb(192,1,108); }

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