Html Css Color HEX #C20C68 Jazzberry Jam

📋 copy color: '#C20C68'

red 194 ◦ green 12 ◦ blue 104

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

Shades of Jazzberry Jam #C20C68

Tints of Jazzberry Jam #C20C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 62.58%
G = 3.87%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20C68 (or 0xC20C68) is known color: Jazzberry Jam. HEX triplet: C2, 0C and 68. RGB value is (194,12,104). Sum of RGB (Red+Green+Blue) = 194+12+104=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C68 is #3DF397. Grayscale: #4C4C4C. Windows color (decimal): -4060056 or 6819010. OLE color: 6819010.

HSL color Cylindrical-coordinate representation of color #C20C68: hue angle of 329.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C68 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 104 -
CMYK 0 0.94 0.46 0.24
HSL 329.67º 0.88% 0.4% -
HSV(B) 329.67º 0.94% 0.76% -
XYZ 24.88 12.73 14.24 -
YUV 76.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 194 12 104 0 0.94 0.46 0.24 329.67 0.88 0.4
Hex C2 C 68 0 5E 2E 18 14A 58 28
Octal 302 14 150 0 136 56 30 512 130 50
Binary 11000010 1100 1101000 0 1011110 101110 11000 101001010 1011000 101000

Color Harmonies of #C20C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C68

Black with #C20C68

Text Example


Text Example

White with #C20C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C68; }

 p { color: rgb(194,12,104); }

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

background-color css

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

 a { background-color: rgb(194,12,104); }

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

border-color css

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

 span { border-color: rgb(194,12,104); }

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