Html Css Color HEX #C20863 Jazzberry Jam

📋 copy color: '#C20863'

red 194 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #C20863

Tints of Jazzberry Jam #C20863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 64.45%
G = 2.66%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C20863 (or 0xC20863) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 63. RGB value is (194,8,99). Sum of RGB (Red+Green+Blue) = 194+8+99=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C20863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20863 is #3DF79C. Grayscale: #494949. Windows color (decimal): -4061085 or 6490306. OLE color: 6490306.

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

Color convert

RGB 194 8 99 -
CMYK 0 0.96 0.49 0.24
HSL 330.65º 0.92% 0.4% -
HSV(B) 330.65º 0.96% 0.76% -
XYZ 24.59 12.54 12.93 -
YUV 73.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 194 8 99 0 0.96 0.49 0.24 330.65 0.92 0.4
Hex C2 8 63 0 60 31 18 14B 5C 28
Octal 302 10 143 0 140 61 30 513 134 50
Binary 11000010 1000 1100011 0 1100000 110001 11000 101001011 1011100 101000

Color Harmonies of #C20863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20863

Black with #C20863

Text Example


Text Example

White with #C20863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20863; }

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

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

background-color css

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

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

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

border-color css

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

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

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