Html Css Color HEX #C0005E Jazzberry Jam

📋 copy color: '#C0005E'

red 192 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #C0005E

Tints of Jazzberry Jam #C0005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 67.13%
G = 0%
B = 32.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0005E (or 0xC0005E) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 5E. RGB value is (192,0,94). Sum of RGB (Red+Green+Blue) = 192+0+94=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0005E is #3FFFA1. Grayscale: #434343. Windows color (decimal): -4194210 or 6160576. OLE color: 6160576.

HSL color Cylindrical-coordinate representation of color #C0005E: hue angle of 330.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0005E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 94 -
CMYK 0 1 0.51 0.25
HSL 330.63º 1% 0.38% -
HSV(B) 330.63º 1% 0.75% -
XYZ 23.76 12.01 11.66 -
YUV 68.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 192 0 94 0 1 0.51 0.25 330.63 1 0.38
Hex C0 0 5E 0 64 33 19 14B 64 26
Octal 300 0 136 0 144 63 31 513 144 46
Binary 11000000 0 1011110 0 1100100 110011 11001 101001011 1100100 100110

Color Harmonies of #C0005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0005E

Black with #C0005E

Text Example


Text Example

White with #C0005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0005E; }

 p { color: rgb(192,0,94); }

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

background-color css

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

 a { background-color: rgb(192,0,94); }

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

border-color css

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

 span { border-color: rgb(192,0,94); }

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