Html Css Color HEX #C20156 Jazzberry Jam

📋 copy color: '#C20156'

red 194 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #C20156

Tints of Jazzberry Jam #C20156

RGB

 RED value IS 194 (76.17% from 255) = 69.04%

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

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 69.04%
G = 0.36%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20156 (or 0xC20156) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 56. RGB value is (194,1,86). Sum of RGB (Red+Green+Blue) = 194+1+86=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20156 is #3DFEA9. Grayscale: #444444. Windows color (decimal): -4062890 or 5636546. OLE color: 5636546.

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

Color convert

RGB 194 1 86 -
CMYK 0 0.99 0.56 0.24
HSL 333.58º 0.99% 0.38% -
HSV(B) 333.58º 0.99% 0.76% -
XYZ 23.94 12.16 9.89 -
YUV 68.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 194 1 86 0 0.99 0.56 0.24 333.58 0.99 0.38
Hex C2 1 56 0 63 38 18 14E 63 26
Octal 302 1 126 0 143 70 30 516 143 46
Binary 11000010 1 1010110 0 1100011 111000 11000 101001110 1100011 100110

Color Harmonies of #C20156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20156

Black with #C20156

Text Example


Text Example

White with #C20156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20156; }

 p { color: rgb(194,1,86); }

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

background-color css

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

 a { background-color: rgb(194,1,86); }

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

border-color css

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

 span { border-color: rgb(194,1,86); }

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