#C3065F

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

Shades of Jazzberry Jam #C3065F

Tints of Jazzberry Jam #C3065F

Color information

#C3065F (or 0xC3065F) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 06 and 5F. RGB value is (195,6,95). Sum of RGB (Red+Green+Blue) = 195+6+95=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3065F is #3CF9A0. Grayscale: #484848. Windows color (decimal): -3996065 or 6227651. OLE color: 6227651.

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

Color convert

RGB195695-
CMYK00.970.510.24
HSL331.75º94.03%39.41%-
HSV(B)331.75º96.92%76.47%-
XYZ24.6412.5611.95-
YUV72.66140.62215.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.88%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=65.88%
G=2.03%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19569500.970.510.24331.7594.0339.41
HexC365F061331814c5e27
Octal30361370141633051413647
Binary11000011110101111101100001110011110001010011001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3065F; }

 p { color: rgb(195,6,95); }

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

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

 a { background-color: rgb(195,6,95); }

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

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

 span { border-color: rgb(195,6,95); }

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