Html Css Color HEX #C20160 Jazzberry Jam

📋 copy color: '#C20160'

red 194 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #C20160

Tints of Jazzberry Jam #C20160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 66.67%
G = 0.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C20160 (or 0xC20160) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 60. RGB value is (194,1,96). Sum of RGB (Red+Green+Blue) = 194+1+96=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20160 is #3DFE9F. Grayscale: #454545. Windows color (decimal): -4062880 or 6291906. OLE color: 6291906.

HSL color Cylindrical-coordinate representation of color #C20160: hue angle of 330.47º degrees, saturation: 0.99, 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 #C20160 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 96 -
CMYK 0 0.99 0.51 0.24
HSL 330.47º 0.99% 0.38% -
HSV(B) 330.47º 0.99% 0.76% -
XYZ 24.37 12.34 12.16 -
YUV 69.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 194 1 96 0 0.99 0.51 0.24 330.47 0.99 0.38
Hex C2 1 60 0 63 33 18 14A 63 26
Octal 302 1 140 0 143 63 30 512 143 46
Binary 11000010 1 1100000 0 1100011 110011 11000 101001010 1100011 100110

Color Harmonies of #C20160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20160

Black with #C20160

Text Example


Text Example

White with #C20160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20160; }

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

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

background-color css

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

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

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

border-color css

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

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

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