Html Css Color HEX #C20660 Jazzberry Jam

📋 copy color: '#C20660'

red 194 ◦ green 6 ◦ blue 96

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

Shades of Jazzberry Jam #C20660

Tints of Jazzberry Jam #C20660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 65.54%
G = 2.03%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C20660 (or 0xC20660) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 60. RGB value is (194,6,96). Sum of RGB (Red+Green+Blue) = 194+6+96=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C20660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20660 is #3DF99F. Grayscale: #484848. Windows color (decimal): -4061600 or 6293186. OLE color: 6293186.

HSL color Cylindrical-coordinate representation of color #C20660: hue angle of 331.28º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20660 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 96 -
CMYK 0 0.97 0.51 0.24
HSL 331.28º 0.94% 0.39% -
HSV(B) 331.28º 0.97% 0.76% -
XYZ 24.42 12.44 12.18 -
YUV 72.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 194 6 96 0 0.97 0.51 0.24 331.28 0.94 0.39
Hex C2 6 60 0 61 33 18 14B 5E 27
Octal 302 6 140 0 141 63 30 513 136 47
Binary 11000010 110 1100000 0 1100001 110011 11000 101001011 1011110 100111

Color Harmonies of #C20660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20660

Black with #C20660

Text Example


Text Example

White with #C20660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20660; }

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

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

background-color css

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

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

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

border-color css

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

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

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