#C2006A

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

Shades of Jazzberry Jam #C2006A

Tints of Jazzberry Jam #C2006A

Color information

#C2006A (or 0xC2006A) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 00 and 6A. RGB value is (194,0,106). Sum of RGB (Red+Green+Blue) = 194+0+106=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006A is #3DFF95. Grayscale: #454545. Windows color (decimal): -4063126 or 6947010. OLE color: 6947010.

HSL color Cylindrical-coordinate representation of color #C2006A: hue angle of 327.22º 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 #C2006A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB1940106-
CMYK010.450.24
HSL327.22º100%38.04%-
HSV(B)327.22º100%76.08%-
XYZ24.8512.5114.74-
YUV70.09148.27216.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=64.67%
G=0%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1940106010.450.24327.2210038.04
HexC206A0642D181476426
Octal30201520144553050714446
Binary110000100110101001100100101101110001010001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2006A; }

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

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

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

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

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

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

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

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