#C1155E

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

Shades of Jazzberry Jam #C1155E

Tints of Jazzberry Jam #C1155E

Color information

#C1155E (or 0xC1155E) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 15 and 5E. RGB value is (193,21,94). Sum of RGB (Red+Green+Blue) = 193+21+94=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1155E is #3EEAA1. Grayscale: #505050. Windows color (decimal): -4123298 or 6165953. OLE color: 6165953.

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

Color convert

RGB1932194-
CMYK00.890.510.24
HSL334.53º80.37%41.96%-
HSV(B)334.53º89.12%75.69%-
XYZ24.2812.6811.76-
YUV80.75135.48208.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=62.66%
G=6.82%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193219400.890.510.24334.5380.3741.96
HexC1155E059331814f502a
Octal301251360131633051712052
Binary1100000110101101111001011001110011110001010011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1155E; }

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

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

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

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

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

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

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

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