#C2086A

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

Shades of Jazzberry Jam #C2086A

Tints of Jazzberry Jam #C2086A

Color information

#C2086A (or 0xC2086A) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 08 and 6A. RGB value is (194,8,106). Sum of RGB (Red+Green+Blue) = 194+8+106=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2086A is #3DF795. Grayscale: #4A4A4A. Windows color (decimal): -4061078 or 6949058. OLE color: 6949058.

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

Color convert

RGB1948106-
CMYK00.960.450.24
HSL328.39º92.08%39.61%-
HSV(B)328.39º95.88%76.08%-
XYZ24.9412.6814.77-
YUV74.79145.62213.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=62.99%
G=2.60%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194810600.960.450.24328.3992.0839.61
HexC286A0602D181485c28
Octal302101520140553051013450
Binary110000101000110101001100000101101110001010010001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2086A; }

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

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

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

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

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

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

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

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