Html Css Color HEX #C0015A Jazzberry Jam

📋 copy color: '#C0015A'

red 192 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #C0015A

Tints of Jazzberry Jam #C0015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 67.84%
G = 0.35%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0015A (or 0xC0015A) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 5A. RGB value is (192,1,90). Sum of RGB (Red+Green+Blue) = 192+1+90=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0015A is #3FFEA5. Grayscale: #444444. Windows color (decimal): -4193958 or 5898688. OLE color: 5898688.

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

Color convert

RGB 192 1 90 -
CMYK 0 0.99 0.53 0.25
HSL 332.04º 0.99% 0.38% -
HSV(B) 332.04º 0.99% 0.75% -
XYZ 23.59 11.97 10.74 -
YUV 68.26 140.28 216.26 -
System Red Green Blue C M Y K H S L
Decimal 192 1 90 0 0.99 0.53 0.25 332.04 0.99 0.38
Hex C0 1 5A 0 63 35 19 14C 63 26
Octal 300 1 132 0 143 65 31 514 143 46
Binary 11000000 1 1011010 0 1100011 110101 11001 101001100 1100011 100110

Color Harmonies of #C0015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0015A

Black with #C0015A

Text Example


Text Example

White with #C0015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0015A; }

 p { color: rgb(192,1,90); }

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

background-color css

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

 a { background-color: rgb(192,1,90); }

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

border-color css

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

 span { border-color: rgb(192,1,90); }

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