Html Css Color HEX #C0096A Jazzberry Jam

📋 copy color: '#C0096A'

red 192 ◦ green 9 ◦ blue 106

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

Shades of Jazzberry Jam #C0096A

Tints of Jazzberry Jam #C0096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 62.54%
G = 2.93%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0096A (or 0xC0096A) is known color: Jazzberry Jam. HEX triplet: C0, 09 and 6A. RGB value is (192,9,106). Sum of RGB (Red+Green+Blue) = 192+9+106=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0096A is #3FF695. Grayscale: #4A4A4A. Windows color (decimal): -4191894 or 6949312. OLE color: 6949312.

HSL color Cylindrical-coordinate representation of color #C0096A: hue angle of 328.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0096A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 106 -
CMYK 0 0.95 0.45 0.25
HSL 328.2º 0.91% 0.39% -
HSV(B) 328.2º 0.95% 0.75% -
XYZ 24.44 12.44 14.75 -
YUV 74.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 192 9 106 0 0.95 0.45 0.25 328.2 0.91 0.39
Hex C0 9 6A 0 5F 2D 19 148 5B 27
Octal 300 11 152 0 137 55 31 510 133 47
Binary 11000000 1001 1101010 0 1011111 101101 11001 101001000 1011011 100111

Color Harmonies of #C0096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0096A

Black with #C0096A

Text Example


Text Example

White with #C0096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0096A; }

 p { color: rgb(192,9,106); }

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

background-color css

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

 a { background-color: rgb(192,9,106); }

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

border-color css

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

 span { border-color: rgb(192,9,106); }

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