#C0014C

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

Shades of Jazzberry Jam #C0014C

Tints of Jazzberry Jam #C0014C

Color information

#C0014C (or 0xC0014C) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 01 and 4C. RGB value is (192,1,76). Sum of RGB (Red+Green+Blue) = 192+1+76=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0014C is #3FFEB3. Grayscale: #424242. Windows color (decimal): -4193972 or 4981184. OLE color: 4981184.

HSL color Cylindrical-coordinate representation of color #C0014C: hue angle of 336.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0014C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB192176-
CMYK00.990.600.25
HSL336.44º98.96%37.84%-
HSV(B)336.44º99.48%75.29%-
XYZ23.0511.757.89-
YUV66.66133.28217.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.38%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=71.38%
G=0.37%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217600.990.600.25336.4498.9637.84
HexC014C0633C191506326
Octal30011140143743152014346
Binary110000001100110001100011111100110011010100001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0014C; }

 p { color: rgb(192,1,76); }

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

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

 a { background-color: rgb(192,1,76); }

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

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

 span { border-color: rgb(192,1,76); }

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