#C2045F

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

Shades of Jazzberry Jam #C2045F

Tints of Jazzberry Jam #C2045F

Color information

#C2045F (or 0xC2045F) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 04 and 5F. RGB value is (194,4,95). Sum of RGB (Red+Green+Blue) = 194+4+95=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2045F is #3DFBA0. Grayscale: #474747. Windows color (decimal): -4062113 or 6227138. OLE color: 6227138.

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

Color convert

RGB194495-
CMYK00.980.510.24
HSL331.26º95.96%38.82%-
HSV(B)331.26º97.94%76.08%-
XYZ24.3612.3811.93-
YUV71.18141.45215.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.21%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=66.21%
G=1.37%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19449500.980.510.24331.2695.9638.82
HexC245F062331814b6027
Octal30241370142633051314047
Binary11000010100101111101100010110011110001010010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2045F; }

 p { color: rgb(194,4,95); }

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

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

 a { background-color: rgb(194,4,95); }

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

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

 span { border-color: rgb(194,4,95); }

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