Html Css Color HEX #C20056 Jazzberry Jam

📋 copy color: '#C20056'

red 194 ◦ green 0 ◦ blue 86

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

Shades of Jazzberry Jam #C20056

Tints of Jazzberry Jam #C20056

RGB

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

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

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

R = 69.29%
G = 0%
B = 30.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20056 (or 0xC20056) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 56. RGB value is (194,0,86). Sum of RGB (Red+Green+Blue) = 194+0+86=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20056 is #3DFFA9. Grayscale: #434343. Windows color (decimal): -4063146 or 5636290. OLE color: 5636290.

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

Color convert

RGB 194 0 86 -
CMYK 0 1 0.56 0.24
HSL 333.4º 1% 0.38% -
HSV(B) 333.4º 1% 0.76% -
XYZ 23.93 12.14 9.89 -
YUV 67.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 194 0 86 0 1 0.56 0.24 333.4 1 0.38
Hex C2 0 56 0 64 38 18 14D 64 26
Octal 302 0 126 0 144 70 30 515 144 46
Binary 11000010 0 1010110 0 1100100 111000 11000 101001101 1100100 100110

Color Harmonies of #C20056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20056

Black with #C20056

Text Example


Text Example

White with #C20056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20056; }

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

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

background-color css

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

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

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

border-color css

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

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

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