#C2016A

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

Shades of Jazzberry Jam #C2016A

Tints of Jazzberry Jam #C2016A

Color information

#C2016A (or 0xC2016A) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 01 and 6A. RGB value is (194,1,106). Sum of RGB (Red+Green+Blue) = 194+1+106=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2016A is #3DFE95. Grayscale: #464646. Windows color (decimal): -4062870 or 6947266. OLE color: 6947266.

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

Color convert

RGB1941106-
CMYK00.990.450.24
HSL327.36º98.97%38.24%-
HSV(B)327.36º99.48%76.08%-
XYZ24.8612.5314.74-
YUV70.68147.94215.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=64.45%
G=0.33%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194110600.990.450.24327.3698.9738.24
HexC216A0632D181476326
Octal30211520143553050714346
Binary110000101110101001100011101101110001010001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2016A; }

 p { color: rgb(194,1,106); }

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

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

 a { background-color: rgb(194,1,106); }

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

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

 span { border-color: rgb(194,1,106); }

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