Html Css Color HEX #C20857 Jazzberry Jam

📋 copy color: '#C20857'

red 194 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #C20857

Tints of Jazzberry Jam #C20857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.1%

R = 67.13%
G = 2.77%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20857 (or 0xC20857) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 57. RGB value is (194,8,87). Sum of RGB (Red+Green+Blue) = 194+8+87=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C20857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20857 is #3DF7A8. Grayscale: #484848. Windows color (decimal): -4061097 or 5703874. OLE color: 5703874.

HSL color Cylindrical-coordinate representation of color #C20857: hue angle of 334.52º 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 #C20857 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 87 -
CMYK 0 0.96 0.55 0.24
HSL 334.52º 0.92% 0.4% -
HSV(B) 334.52º 0.96% 0.76% -
XYZ 24.06 12.33 10.13 -
YUV 72.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 194 8 87 0 0.96 0.55 0.24 334.52 0.92 0.4
Hex C2 8 57 0 60 37 18 14F 5C 28
Octal 302 10 127 0 140 67 30 517 134 50
Binary 11000010 1000 1010111 0 1100000 110111 11000 101001111 1011100 101000

Color Harmonies of #C20857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20857

Black with #C20857

Text Example


Text Example

White with #C20857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20857; }

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

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

background-color css

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

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

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

border-color css

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

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

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