Html Css Color HEX #C00E65 Jazzberry Jam

📋 copy color: '#C00E65'

red 192 ◦ green 14 ◦ blue 101

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

Shades of Jazzberry Jam #C00E65

Tints of Jazzberry Jam #C00E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 62.54%
G = 4.56%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00E65 (or 0xC00E65) is known color: Jazzberry Jam. HEX triplet: C0, 0E and 65. RGB value is (192,14,101). Sum of RGB (Red+Green+Blue) = 192+14+101=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E65 is #3FF19A. Grayscale: #4C4C4C. Windows color (decimal): -4190619 or 6622912. OLE color: 6622912.

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

Color convert

RGB 192 14 101 -
CMYK 0 0.93 0.47 0.25
HSL 330.67º 0.86% 0.4% -
HSV(B) 330.67º 0.93% 0.75% -
XYZ 24.24 12.46 13.44 -
YUV 77.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 192 14 101 0 0.93 0.47 0.25 330.67 0.86 0.4
Hex C0 E 65 0 5D 2F 19 14B 56 28
Octal 300 16 145 0 135 57 31 513 126 50
Binary 11000000 1110 1100101 0 1011101 101111 11001 101001011 1010110 101000

Color Harmonies of #C00E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E65

Black with #C00E65

Text Example


Text Example

White with #C00E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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