#C1075E

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

Shades of Jazzberry Jam #C1075E

Tints of Jazzberry Jam #C1075E

Color information

#C1075E (or 0xC1075E) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 07 and 5E. RGB value is (193,7,94). Sum of RGB (Red+Green+Blue) = 193+7+94=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1075E is #3EF8A1. Grayscale: #484848. Windows color (decimal): -4126882 or 6162369. OLE color: 6162369.

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

Color convert

RGB193794-
CMYK00.960.510.24
HSL331.94º93%39.22%-
HSV(B)331.94º96.37%75.69%-
XYZ24.0912.311.69-
YUV72.53140.12213.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.65%
GREEN value IS 7 (3.12% from 255) = 2.38%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=65.65%
G=2.38%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19379400.960.510.24331.949339.22
HexC175E060331814c5d27
Octal30171360140633051413547
Binary11000001111101111001100000110011110001010011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1075E; }

 p { color: rgb(193,7,94); }

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

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

 a { background-color: rgb(193,7,94); }

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

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

 span { border-color: rgb(193,7,94); }

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