Html Css Color HEX #C20161 Jazzberry Jam

📋 copy color: '#C20161'

red 194 ◦ green 1 ◦ blue 97

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

Shades of Jazzberry Jam #C20161

Tints of Jazzberry Jam #C20161

RGB

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

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

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

R = 66.44%
G = 0.34%
B = 33.22%

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

#C20161 (or 0xC20161) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 61. RGB value is (194,1,97). Sum of RGB (Red+Green+Blue) = 194+1+97=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C20161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20161 is #3DFE9E. Grayscale: #454545. Windows color (decimal): -4062879 or 6357442. OLE color: 6357442.

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

Color convert

RGB 194 1 97 -
CMYK 0 0.99 0.50 0.24
HSL 330.16º 0.99% 0.38% -
HSV(B) 330.16º 0.99% 0.76% -
XYZ 24.42 12.35 12.41 -
YUV 69.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 194 1 97 0 0.99 0.50 0.24 330.16 0.99 0.38
Hex C2 1 61 0 63 32 18 14A 63 26
Octal 302 1 141 0 143 62 30 512 143 46
Binary 11000010 1 1100001 0 1100011 110010 11000 101001010 1100011 100110

Color Harmonies of #C20161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20161

Black with #C20161

Text Example


Text Example

White with #C20161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20161; }

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

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

background-color css

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

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

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

border-color css

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

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

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