Html Css Color HEX #C20062 Jazzberry Jam

📋 copy color: '#C20062'

red 194 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #C20062

Tints of Jazzberry Jam #C20062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 66.44%
G = 0%
B = 33.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C20062 (or 0xC20062) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 62. RGB value is (194,0,98). Sum of RGB (Red+Green+Blue) = 194+0+98=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C20062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20062 is #3DFF9D. Grayscale: #444444. Windows color (decimal): -4063134 or 6422722. OLE color: 6422722.

HSL color Cylindrical-coordinate representation of color #C20062: hue angle of 329.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20062 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 98 -
CMYK 0 1 0.49 0.24
HSL 329.69º 1% 0.38% -
HSV(B) 329.69º 1% 0.76% -
XYZ 24.45 12.35 12.65 -
YUV 69.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 194 0 98 0 1 0.49 0.24 329.69 1 0.38
Hex C2 0 62 0 64 31 18 14A 64 26
Octal 302 0 142 0 144 61 30 512 144 46
Binary 11000010 0 1100010 0 1100100 110001 11000 101001010 1100100 100110

Color Harmonies of #C20062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20062

Black with #C20062

Text Example


Text Example

White with #C20062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20062; }

 p { color: rgb(194,0,98); }

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

background-color css

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

 a { background-color: rgb(194,0,98); }

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

border-color css

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

 span { border-color: rgb(194,0,98); }

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