Html Css Color HEX #C00560 Jazzberry Jam

📋 copy color: '#C00560'

red 192 ◦ green 5 ◦ blue 96

#C00560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C00560

Tints of Jazzberry Jam #C00560

RGB

 RED value IS 192 (75.39% from 255) = 65.53%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 65.53%
G = 1.71%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C00560 (or 0xC00560) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 60. RGB value is (192,5,96). Sum of RGB (Red+Green+Blue) = 192+5+96=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C00560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00560 is #3FFA9F. Grayscale: #474747. Windows color (decimal): -4192928 or 6292928. OLE color: 6292928.

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

Color convert

RGB 192 5 96 -
CMYK 0 0.97 0.50 0.25
HSL 330.8º 0.95% 0.39% -
HSV(B) 330.8º 0.97% 0.75% -
XYZ 23.9 12.16 12.15 -
YUV 71.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 192 5 96 0 0.97 0.50 0.25 330.8 0.95 0.39
Hex C0 5 60 0 61 32 19 14B 5F 27
Octal 300 5 140 0 141 62 31 513 137 47
Binary 11000000 101 1100000 0 1100001 110010 11001 101001011 1011111 100111

Color Harmonies of #C00560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00560

Black with #C00560

Text Example


Text Example

White with #C00560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00560; }

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

 H1.HeaderClassName
 {
   color: #C00560;
 }
 .AnyTagClassName
 {
   color: #C00560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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