Html Css Color HEX #C21064 Jazzberry Jam

📋 copy color: '#C21064'

red 194 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #C21064

Tints of Jazzberry Jam #C21064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

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

R = 62.58%
G = 5.16%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C21064 (or 0xC21064) is known color: Jazzberry Jam. HEX triplet: C2, 10 and 64. RGB value is (194,16,100). Sum of RGB (Red+Green+Blue) = 194+16+100=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C21064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21064 is #3DEF9B. Grayscale: #4E4E4E. Windows color (decimal): -4059036 or 6557890. OLE color: 6557890.

HSL color Cylindrical-coordinate representation of color #C21064: hue angle of 331.69º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21064 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 100 -
CMYK 0 0.92 0.48 0.24
HSL 331.69º 0.85% 0.41% -
HSV(B) 331.69º 0.92% 0.76% -
XYZ 24.73 12.76 13.22 -
YUV 78.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 194 16 100 0 0.92 0.48 0.24 331.69 0.85 0.41
Hex C2 10 64 0 5C 30 18 14C 55 29
Octal 302 20 144 0 134 60 30 514 125 51
Binary 11000010 10000 1100100 0 1011100 110000 11000 101001100 1010101 101001

Color Harmonies of #C21064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21064

Black with #C21064

Text Example


Text Example

White with #C21064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21064; }

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

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

background-color css

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

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

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

border-color css

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

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

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