Html Css Color HEX #C20968 Jazzberry Jam

📋 copy color: '#C20968'

red 194 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #C20968

Tints of Jazzberry Jam #C20968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

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

R = 63.19%
G = 2.93%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20968 (or 0xC20968) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 68. RGB value is (194,9,104). Sum of RGB (Red+Green+Blue) = 194+9+104=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C20968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20968 is #3DF697. Grayscale: #4A4A4A. Windows color (decimal): -4060824 or 6818242. OLE color: 6818242.

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

Color convert

RGB 194 9 104 -
CMYK 0 0.95 0.46 0.24
HSL 329.19º 0.91% 0.4% -
HSV(B) 329.19º 0.95% 0.76% -
XYZ 24.84 12.66 14.23 -
YUV 75.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 194 9 104 0 0.95 0.46 0.24 329.19 0.91 0.4
Hex C2 9 68 0 5F 2E 18 149 5B 28
Octal 302 11 150 0 137 56 30 511 133 50
Binary 11000010 1001 1101000 0 1011111 101110 11000 101001001 1011011 101000

Color Harmonies of #C20968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20968

Black with #C20968

Text Example


Text Example

White with #C20968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20968; }

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

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

background-color css

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

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

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

border-color css

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

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

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