#C20E5C

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

Shades of Jazzberry Jam #C20E5C

Tints of Jazzberry Jam #C20E5C

Color information

#C20E5C (or 0xC20E5C) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0E and 5C. RGB value is (194,14,92). Sum of RGB (Red+Green+Blue) = 194+14+92=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5C is #3DF1A3. Grayscale: #4C4C4C. Windows color (decimal): -4059556 or 6033090. OLE color: 6033090.

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

Color convert

RGB1941492-
CMYK00.930.530.24
HSL334º86.54%40.78%-
HSV(B)334º92.78%76.08%-
XYZ24.3412.5611.27-
YUV76.71136.63211.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=64.67%
G=4.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194149200.930.530.2433486.5440.78
HexC2E5C05D351814e5729
Octal302161340135653051612751
Binary110000101110101110001011101110101110001010011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E5C; }

 p { color: rgb(194,14,92); }

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

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

 a { background-color: rgb(194,14,92); }

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

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

 span { border-color: rgb(194,14,92); }

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