Html Css Color HEX #C20464 Jazzberry Jam

📋 copy color: '#C20464'

red 194 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #C20464

Tints of Jazzberry Jam #C20464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 65.1%
G = 1.34%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C20464 (or 0xC20464) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 64. RGB value is (194,4,100). Sum of RGB (Red+Green+Blue) = 194+4+100=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20464 is #3DFB9B. Grayscale: #474747. Windows color (decimal): -4062108 or 6554818. OLE color: 6554818.

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

Color convert

RGB 194 4 100 -
CMYK 0 0.98 0.48 0.24
HSL 329.68º 0.96% 0.39% -
HSV(B) 329.68º 0.98% 0.76% -
XYZ 24.59 12.48 13.17 -
YUV 71.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 194 4 100 0 0.98 0.48 0.24 329.68 0.96 0.39
Hex C2 4 64 0 62 30 18 14A 60 27
Octal 302 4 144 0 142 60 30 512 140 47
Binary 11000010 100 1100100 0 1100010 110000 11000 101001010 1100000 100111

Color Harmonies of #C20464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20464

Black with #C20464

Text Example


Text Example

White with #C20464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20464; }

 p { color: rgb(194,4,100); }

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

background-color css

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

 a { background-color: rgb(194,4,100); }

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

border-color css

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

 span { border-color: rgb(194,4,100); }

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