Html Css Color HEX #C20661 Jazzberry Jam

📋 copy color: '#C20661'

red 194 ◦ green 6 ◦ blue 97

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

Shades of Jazzberry Jam #C20661

Tints of Jazzberry Jam #C20661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 65.32%
G = 2.02%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C20661 (or 0xC20661) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 61. RGB value is (194,6,97). Sum of RGB (Red+Green+Blue) = 194+6+97=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20661 is #3DF99E. Grayscale: #484848. Windows color (decimal): -4061599 or 6358722. OLE color: 6358722.

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

Color convert

RGB 194 6 97 -
CMYK 0 0.97 0.50 0.24
HSL 330.96º 0.94% 0.39% -
HSV(B) 330.96º 0.97% 0.76% -
XYZ 24.47 12.46 12.43 -
YUV 72.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 194 6 97 0 0.97 0.50 0.24 330.96 0.94 0.39
Hex C2 6 61 0 61 32 18 14B 5E 27
Octal 302 6 141 0 141 62 30 513 136 47
Binary 11000010 110 1100001 0 1100001 110010 11000 101001011 1011110 100111

Color Harmonies of #C20661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20661

Black with #C20661

Text Example


Text Example

White with #C20661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20661; }

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

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

background-color css

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

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

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

border-color css

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

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

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