Html Css Color HEX #C01368 Jazzberry Jam

📋 copy color: '#C01368'

red 192 ◦ green 19 ◦ blue 104

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

Shades of Jazzberry Jam #C01368

Tints of Jazzberry Jam #C01368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 60.95%
G = 6.03%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01368 (or 0xC01368) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 68. RGB value is (192,19,104). Sum of RGB (Red+Green+Blue) = 192+19+104=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01368 is #3FEC97. Grayscale: #505050. Windows color (decimal): -4189336 or 6820800. OLE color: 6820800.

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

Color convert

RGB 192 19 104 -
CMYK 0 0.90 0.46 0.25
HSL 330.52º 0.82% 0.41% -
HSV(B) 330.52º 0.9% 0.75% -
XYZ 24.47 12.67 14.25 -
YUV 80.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 192 19 104 0 0.90 0.46 0.25 330.52 0.82 0.41
Hex C0 13 68 0 5A 2E 19 14B 52 29
Octal 300 23 150 0 132 56 31 513 122 51
Binary 11000000 10011 1101000 0 1011010 101110 11001 101001011 1010010 101001

Color Harmonies of #C01368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01368

Black with #C01368

Text Example


Text Example

White with #C01368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01368; }

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

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

background-color css

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

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

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

border-color css

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

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

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