#C0084F

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

Shades of Jazzberry Jam #C0084F

Tints of Jazzberry Jam #C0084F

Color information

#C0084F (or 0xC0084F) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 08 and 4F. RGB value is (192,8,79). Sum of RGB (Red+Green+Blue) = 192+8+79=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C0084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0084F is #3FF7B0. Grayscale: #474747. Windows color (decimal): -4192177 or 5179584. OLE color: 5179584.

HSL color Cylindrical-coordinate representation of color #C0084F: hue angle of 336.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0084F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB192879-
CMYK00.960.590.25
HSL336.85º92%39.22%-
HSV(B)336.85º95.83%75.29%-
XYZ23.2411.948.48-
YUV71.11132.46214.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=68.82%
G=2.87%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19287900.960.590.25336.859239.22
HexC084F0603B191515c27
Octal300101170140733152113447
Binary110000001000100111101100000111011110011010100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0084F; }

 p { color: rgb(192,8,79); }

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

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

 a { background-color: rgb(192,8,79); }

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

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

 span { border-color: rgb(192,8,79); }

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