Html Css Color HEX #C01360 Jazzberry Jam

📋 copy color: '#C01360'

red 192 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #C01360

Tints of Jazzberry Jam #C01360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

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

R = 62.54%
G = 6.19%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C01360 (or 0xC01360) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 60. RGB value is (192,19,96). Sum of RGB (Red+Green+Blue) = 192+19+96=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C01360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01360 is #3FEC9F. Grayscale: #4F4F4F. Windows color (decimal): -4189344 or 6296512. OLE color: 6296512.

HSL color Cylindrical-coordinate representation of color #C01360: hue angle of 333.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01360 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 96 -
CMYK 0 0.90 0.50 0.25
HSL 333.29º 0.82% 0.41% -
HSV(B) 333.29º 0.9% 0.75% -
XYZ 24.08 12.52 12.21 -
YUV 79.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 192 19 96 0 0.90 0.50 0.25 333.29 0.82 0.41
Hex C0 13 60 0 5A 32 19 14D 52 29
Octal 300 23 140 0 132 62 31 515 122 51
Binary 11000000 10011 1100000 0 1011010 110010 11001 101001101 1010010 101001

Color Harmonies of #C01360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01360

Black with #C01360

Text Example


Text Example

White with #C01360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01360; }

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

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

background-color css

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

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

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

border-color css

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

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

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