Html Css Color HEX #C20856 Jazzberry Jam

📋 copy color: '#C20856'

red 194 ◦ green 8 ◦ blue 86

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

Shades of Jazzberry Jam #C20856

Tints of Jazzberry Jam #C20856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

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

R = 67.36%
G = 2.78%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20856 (or 0xC20856) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 56. RGB value is (194,8,86). Sum of RGB (Red+Green+Blue) = 194+8+86=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C20856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20856 is #3DF7A9. Grayscale: #484848. Windows color (decimal): -4061098 or 5638338. OLE color: 5638338.

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

Color convert

RGB 194 8 86 -
CMYK 0 0.96 0.56 0.24
HSL 334.84º 0.92% 0.4% -
HSV(B) 334.84º 0.96% 0.76% -
XYZ 24.01 12.31 9.92 -
YUV 72.51 135.62 214.66 -
System Red Green Blue C M Y K H S L
Decimal 194 8 86 0 0.96 0.56 0.24 334.84 0.92 0.4
Hex C2 8 56 0 60 38 18 14F 5C 28
Octal 302 10 126 0 140 70 30 517 134 50
Binary 11000010 1000 1010110 0 1100000 111000 11000 101001111 1011100 101000

Color Harmonies of #C20856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20856

Black with #C20856

Text Example


Text Example

White with #C20856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20856; }

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

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

background-color css

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

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

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

border-color css

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

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

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