Html Css Color HEX #C20761 Jazzberry Jam

📋 copy color: '#C20761'

red 194 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #C20761

Tints of Jazzberry Jam #C20761

RGB

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

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

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

R = 65.1%
G = 2.35%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C20761 (or 0xC20761) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 61. RGB value is (194,7,97). Sum of RGB (Red+Green+Blue) = 194+7+97=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20761 is #3DF89E. Grayscale: #494949. Windows color (decimal): -4061343 or 6358978. OLE color: 6358978.

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

Color convert

RGB 194 7 97 -
CMYK 0 0.96 0.50 0.24
HSL 331.12º 0.93% 0.39% -
HSV(B) 331.12º 0.96% 0.76% -
XYZ 24.48 12.48 12.43 -
YUV 73.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 194 7 97 0 0.96 0.50 0.24 331.12 0.93 0.39
Hex C2 7 61 0 60 32 18 14B 5D 27
Octal 302 7 141 0 140 62 30 513 135 47
Binary 11000010 111 1100001 0 1100000 110010 11000 101001011 1011101 100111

Color Harmonies of #C20761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20761

Black with #C20761

Text Example


Text Example

White with #C20761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20761; }

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

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

background-color css

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

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

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

border-color css

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

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

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