Html Css Color HEX #C00E68 Jazzberry Jam

📋 copy color: '#C00E68'

red 192 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #C00E68

Tints of Jazzberry Jam #C00E68

RGB

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

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

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

R = 61.94%
G = 4.52%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00E68 (or 0xC00E68) is known color: Jazzberry Jam. HEX triplet: C0, 0E and 68. RGB value is (192,14,104). Sum of RGB (Red+Green+Blue) = 192+14+104=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E68 is #3FF197. Grayscale: #4D4D4D. Windows color (decimal): -4190616 or 6819520. OLE color: 6819520.

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

Color convert

RGB 192 14 104 -
CMYK 0 0.93 0.46 0.25
HSL 329.66º 0.86% 0.4% -
HSV(B) 329.66º 0.93% 0.75% -
XYZ 24.39 12.52 14.23 -
YUV 77.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 192 14 104 0 0.93 0.46 0.25 329.66 0.86 0.4
Hex C0 E 68 0 5D 2E 19 14A 56 28
Octal 300 16 150 0 135 56 31 512 126 50
Binary 11000000 1110 1101000 0 1011101 101110 11001 101001010 1010110 101000

Color Harmonies of #C00E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E68

Black with #C00E68

Text Example


Text Example

White with #C00E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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