Html Css Color HEX #C20261 Jazzberry Jam

📋 copy color: '#C20261'

red 194 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #C20261

Tints of Jazzberry Jam #C20261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 66.21%
G = 0.68%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C20261 (or 0xC20261) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 61. RGB value is (194,2,97). Sum of RGB (Red+Green+Blue) = 194+2+97=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C20261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20261 is #3DFD9E. Grayscale: #464646. Windows color (decimal): -4062623 or 6357698. OLE color: 6357698.

HSL color Cylindrical-coordinate representation of color #C20261: hue angle of 330.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20261 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 97 -
CMYK 0 0.99 0.50 0.24
HSL 330.31º 0.98% 0.38% -
HSV(B) 330.31º 0.99% 0.76% -
XYZ 24.43 12.38 12.41 -
YUV 70.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 194 2 97 0 0.99 0.50 0.24 330.31 0.98 0.38
Hex C2 2 61 0 63 32 18 14A 62 26
Octal 302 2 141 0 143 62 30 512 142 46
Binary 11000010 10 1100001 0 1100011 110010 11000 101001010 1100010 100110

Color Harmonies of #C20261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20261

Black with #C20261

Text Example


Text Example

White with #C20261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20261; }

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

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

background-color css

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

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

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

border-color css

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

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

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