Html Css Color HEX #C20460 Jazzberry Jam

📋 copy color: '#C20460'

red 194 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #C20460

Tints of Jazzberry Jam #C20460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 65.99%
G = 1.36%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C20460 (or 0xC20460) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 60. RGB value is (194,4,96). Sum of RGB (Red+Green+Blue) = 194+4+96=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20460 is #3DFB9F. Grayscale: #474747. Windows color (decimal): -4062112 or 6292674. OLE color: 6292674.

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

Color convert

RGB 194 4 96 -
CMYK 0 0.98 0.51 0.24
HSL 330.95º 0.96% 0.39% -
HSV(B) 330.95º 0.98% 0.76% -
XYZ 24.4 12.4 12.17 -
YUV 71.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 194 4 96 0 0.98 0.51 0.24 330.95 0.96 0.39
Hex C2 4 60 0 62 33 18 14B 60 27
Octal 302 4 140 0 142 63 30 513 140 47
Binary 11000010 100 1100000 0 1100010 110011 11000 101001011 1100000 100111

Color Harmonies of #C20460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20460

Black with #C20460

Text Example


Text Example

White with #C20460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20460; }

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

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

background-color css

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

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

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

border-color css

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

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

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