Html Css Color HEX #C20356 Jazzberry Jam

📋 copy color: '#C20356'

red 194 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #C20356

Tints of Jazzberry Jam #C20356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 68.55%
G = 1.06%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20356 (or 0xC20356) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 56. RGB value is (194,3,86). Sum of RGB (Red+Green+Blue) = 194+3+86=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20356 is #3DFCA9. Grayscale: #454545. Windows color (decimal): -4062378 or 5637058. OLE color: 5637058.

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

Color convert

RGB 194 3 86 -
CMYK 0 0.98 0.56 0.24
HSL 333.93º 0.97% 0.39% -
HSV(B) 333.93º 0.98% 0.76% -
XYZ 23.96 12.21 9.9 -
YUV 69.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 194 3 86 0 0.98 0.56 0.24 333.93 0.97 0.39
Hex C2 3 56 0 62 38 18 14E 61 27
Octal 302 3 126 0 142 70 30 516 141 47
Binary 11000010 11 1010110 0 1100010 111000 11000 101001110 1100001 100111

Color Harmonies of #C20356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20356

Black with #C20356

Text Example


Text Example

White with #C20356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20356; }

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

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

background-color css

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

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

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

border-color css

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

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

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