Html Css Color HEX #C20164 Jazzberry Jam

📋 copy color: '#C20164'

red 194 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #C20164

Tints of Jazzberry Jam #C20164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 65.76%
G = 0.34%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C20164 (or 0xC20164) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 64. RGB value is (194,1,100). Sum of RGB (Red+Green+Blue) = 194+1+100=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C20164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20164 is #3DFE9B. Grayscale: #454545. Windows color (decimal): -4062876 or 6554050. OLE color: 6554050.

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

Color convert

RGB 194 1 100 -
CMYK 0 0.99 0.48 0.24
HSL 329.22º 0.99% 0.38% -
HSV(B) 329.22º 0.99% 0.76% -
XYZ 24.56 12.41 13.16 -
YUV 69.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 194 1 100 0 0.99 0.48 0.24 329.22 0.99 0.38
Hex C2 1 64 0 63 30 18 149 63 26
Octal 302 1 144 0 143 60 30 511 143 46
Binary 11000010 1 1100100 0 1100011 110000 11000 101001001 1100011 100110

Color Harmonies of #C20164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20164

Black with #C20164

Text Example


Text Example

White with #C20164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20164; }

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

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

background-color css

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

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

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

border-color css

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

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

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