#C00D60

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

Shades of Jazzberry Jam #C00D60

Tints of Jazzberry Jam #C00D60

Color information

#C00D60 (or 0xC00D60) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 0D and 60. RGB value is (192,13,96). Sum of RGB (Red+Green+Blue) = 192+13+96=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D60 is #3FF29F. Grayscale: #4B4B4B. Windows color (decimal): -4190880 or 6294976. OLE color: 6294976.

HSL color Cylindrical-coordinate representation of color #C00D60: hue angle of 332.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D60 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1921396-
CMYK00.930.500.25
HSL332.18º87.32%40.2%-
HSV(B)332.18º93.23%75.29%-
XYZ23.9912.3412.18-
YUV75.98139.3210.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=63.79%
G=4.32%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192139600.930.500.25332.1887.3240.2
HexC0D6005D321914c5728
Octal300151400135623151412750
Binary110000001101110000001011101110010110011010011001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D60; }

 p { color: rgb(192,13,96); }

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

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

 a { background-color: rgb(192,13,96); }

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

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

 span { border-color: rgb(192,13,96); }

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