Html Css Color HEX #C01362 Jazzberry Jam

📋 copy color: '#C01362'

red 192 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #C01362

Tints of Jazzberry Jam #C01362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 62.14%
G = 6.15%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01362 (or 0xC01362) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 62. RGB value is (192,19,98). Sum of RGB (Red+Green+Blue) = 192+19+98=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01362 is #3FEC9D. Grayscale: #4F4F4F. Windows color (decimal): -4189342 or 6427584. OLE color: 6427584.

HSL color Cylindrical-coordinate representation of color #C01362: hue angle of 332.6º 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 #C01362 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 98 -
CMYK 0 0.90 0.49 0.25
HSL 332.6º 0.82% 0.41% -
HSV(B) 332.6º 0.9% 0.75% -
XYZ 24.18 12.55 12.7 -
YUV 79.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 192 19 98 0 0.90 0.49 0.25 332.6 0.82 0.41
Hex C0 13 62 0 5A 31 19 14D 52 29
Octal 300 23 142 0 132 61 31 515 122 51
Binary 11000000 10011 1100010 0 1011010 110001 11001 101001101 1010010 101001

Color Harmonies of #C01362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01362

Black with #C01362

Text Example


Text Example

White with #C01362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01362; }

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

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

background-color css

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

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

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

border-color css

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

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

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