Html Css Color HEX #C01864 Jazzberry Jam

📋 copy color: '#C01864'

red 192 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #C01864

Tints of Jazzberry Jam #C01864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 60.76%
G = 7.59%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01864 (or 0xC01864) is known color: Jazzberry Jam. HEX triplet: C0, 18 and 64. RGB value is (192,24,100). Sum of RGB (Red+Green+Blue) = 192+24+100=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01864 is #3FE79B. Grayscale: #525252. Windows color (decimal): -4188060 or 6559936. OLE color: 6559936.

HSL color Cylindrical-coordinate representation of color #C01864: hue angle of 332.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01864 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 100 -
CMYK 0 0.88 0.48 0.25
HSL 332.86º 0.78% 0.42% -
HSV(B) 332.86º 0.88% 0.75% -
XYZ 24.37 12.78 13.24 -
YUV 82.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 192 24 100 0 0.88 0.48 0.25 332.86 0.78 0.42
Hex C0 18 64 0 58 30 19 14D 4E 2A
Octal 300 30 144 0 130 60 31 515 116 52
Binary 11000000 11000 1100100 0 1011000 110000 11001 101001101 1001110 101010

Color Harmonies of #C01864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01864

Black with #C01864

Text Example


Text Example

White with #C01864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01864; }

 p { color: rgb(192,24,100); }

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

background-color css

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

 a { background-color: rgb(192,24,100); }

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

border-color css

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

 span { border-color: rgb(192,24,100); }

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