#C2006B

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

Shades of Jazzberry Jam #C2006B

Tints of Jazzberry Jam #C2006B

Color information

#C2006B (or 0xC2006B) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 00 and 6B. RGB value is (194,0,107). Sum of RGB (Red+Green+Blue) = 194+0+107=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006B is #3DFF94. Grayscale: #454545. Windows color (decimal): -4063125 or 7012546. OLE color: 7012546.

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

Color convert

RGB1940107-
CMYK010.450.24
HSL326.91º100%38.04%-
HSV(B)326.91º100%76.08%-
XYZ24.912.5315.02-
YUV70.2148.77216.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=64.45%
G=0%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1940107010.450.24326.9110038.04
HexC206B0642D181476426
Octal30201530144553050714446
Binary110000100110101101100100101101110001010001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2006B; }

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

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

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

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

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

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

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

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