Html Css Color HEX #C01364 Jazzberry Jam

📋 copy color: '#C01364'

red 192 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #C01364

Tints of Jazzberry Jam #C01364

RGB

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

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

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

R = 61.74%
G = 6.11%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01364 (or 0xC01364) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 64. RGB value is (192,19,100). Sum of RGB (Red+Green+Blue) = 192+19+100=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01364 is #3FEC9B. Grayscale: #4F4F4F. Windows color (decimal): -4189340 or 6558656. OLE color: 6558656.

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

Color convert

RGB 192 19 100 -
CMYK 0 0.90 0.48 0.25
HSL 331.91º 0.82% 0.41% -
HSV(B) 331.91º 0.9% 0.75% -
XYZ 24.27 12.59 13.21 -
YUV 79.96 139.31 207.91 -
System Red Green Blue C M Y K H S L
Decimal 192 19 100 0 0.90 0.48 0.25 331.91 0.82 0.41
Hex C0 13 64 0 5A 30 19 14C 52 29
Octal 300 23 144 0 132 60 31 514 122 51
Binary 11000000 10011 1100100 0 1011010 110000 11001 101001100 1010010 101001

Color Harmonies of #C01364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01364

Black with #C01364

Text Example


Text Example

White with #C01364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01364; }

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

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

background-color css

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

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

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

border-color css

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

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

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