Html Css Color HEX #C20760 Jazzberry Jam

📋 copy color: '#C20760'

red 194 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #C20760

Tints of Jazzberry Jam #C20760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 65.32%
G = 2.36%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C20760 (or 0xC20760) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 60. RGB value is (194,7,96). Sum of RGB (Red+Green+Blue) = 194+7+96=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20760 is #3DF89F. Grayscale: #484848. Windows color (decimal): -4061344 or 6293442. OLE color: 6293442.

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

Color convert

RGB 194 7 96 -
CMYK 0 0.96 0.51 0.24
HSL 331.44º 0.93% 0.39% -
HSV(B) 331.44º 0.96% 0.76% -
XYZ 24.44 12.47 12.18 -
YUV 73.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 194 7 96 0 0.96 0.51 0.24 331.44 0.93 0.39
Hex C2 7 60 0 60 33 18 14B 5D 27
Octal 302 7 140 0 140 63 30 513 135 47
Binary 11000010 111 1100000 0 1100000 110011 11000 101001011 1011101 100111

Color Harmonies of #C20760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20760

Black with #C20760

Text Example


Text Example

White with #C20760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20760; }

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

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

background-color css

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

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

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

border-color css

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

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

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