Html Css Color HEX #C01464 Jazzberry Jam

📋 copy color: '#C01464'

red 192 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #C01464

Tints of Jazzberry Jam #C01464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 61.54%
G = 6.41%
B = 32.05%

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

#C01464 (or 0xC01464) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 64. RGB value is (192,20,100). Sum of RGB (Red+Green+Blue) = 192+20+100=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01464 is #3FEB9B. Grayscale: #505050. Windows color (decimal): -4189084 or 6558912. OLE color: 6558912.

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

Color convert

RGB 192 20 100 -
CMYK 0 0.90 0.48 0.25
HSL 332.09º 0.81% 0.42% -
HSV(B) 332.09º 0.9% 0.75% -
XYZ 24.29 12.63 13.21 -
YUV 80.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 192 20 100 0 0.90 0.48 0.25 332.09 0.81 0.42
Hex C0 14 64 0 5A 30 19 14C 51 2A
Octal 300 24 144 0 132 60 31 514 121 52
Binary 11000000 10100 1100100 0 1011010 110000 11001 101001100 1010001 101010

Color Harmonies of #C01464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01464

Black with #C01464

Text Example


Text Example

White with #C01464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01464; }

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

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

background-color css

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

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

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

border-color css

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

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

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