#C20057

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

Shades of Jazzberry Jam #C20057

Tints of Jazzberry Jam #C20057

Color information

#C20057 (or 0xC20057) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 00 and 57. RGB value is (194,0,87). Sum of RGB (Red+Green+Blue) = 194+0+87=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20057 is #3DFFA8. Grayscale: #434343. Windows color (decimal): -4063145 or 5701826. OLE color: 5701826.

HSL color Cylindrical-coordinate representation of color #C20057: hue angle of 333.09º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20057 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB194087-
CMYK010.550.24
HSL333.09º100%38.04%-
HSV(B)333.09º100%76.08%-
XYZ23.9712.1610.1-
YUV67.92138.77217.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=69.04%
G=0%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194087010.550.24333.0910038.04
HexC2057064371814d6426
Octal30201270144673051514446
Binary110000100101011101100100110111110001010011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20057; }

 p { color: rgb(194,0,87); }

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

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

 a { background-color: rgb(194,0,87); }

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

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

 span { border-color: rgb(194,0,87); }

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