Html Css Color HEX #C00E64 Jazzberry Jam

📋 copy color: '#C00E64'

red 192 ◦ green 14 ◦ blue 100

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

Shades of Jazzberry Jam #C00E64

Tints of Jazzberry Jam #C00E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

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

R = 62.75%
G = 4.58%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C00E64 (or 0xC00E64) is known color: Jazzberry Jam. HEX triplet: C0, 0E and 64. RGB value is (192,14,100). Sum of RGB (Red+Green+Blue) = 192+14+100=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E64 is #3FF19B. Grayscale: #4C4C4C. Windows color (decimal): -4190620 or 6557376. OLE color: 6557376.

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

Color convert

RGB 192 14 100 -
CMYK 0 0.93 0.48 0.25
HSL 331.01º 0.86% 0.4% -
HSV(B) 331.01º 0.93% 0.75% -
XYZ 24.2 12.44 13.18 -
YUV 77.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 192 14 100 0 0.93 0.48 0.25 331.01 0.86 0.4
Hex C0 E 64 0 5D 30 19 14B 56 28
Octal 300 16 144 0 135 60 31 513 126 50
Binary 11000000 1110 1100100 0 1011101 110000 11001 101001011 1010110 101000

Color Harmonies of #C00E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E64

Black with #C00E64

Text Example


Text Example

White with #C00E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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