Html Css Color HEX #C20762 Jazzberry Jam

📋 copy color: '#C20762'

red 194 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #C20762

Tints of Jazzberry Jam #C20762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 64.88%
G = 2.34%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C20762 (or 0xC20762) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 62. RGB value is (194,7,98). Sum of RGB (Red+Green+Blue) = 194+7+98=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20762 is #3DF89D. Grayscale: #494949. Windows color (decimal): -4061342 or 6424514. OLE color: 6424514.

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

Color convert

RGB 194 7 98 -
CMYK 0 0.96 0.49 0.24
HSL 330.8º 0.93% 0.39% -
HSV(B) 330.8º 0.96% 0.76% -
XYZ 24.53 12.5 12.68 -
YUV 73.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 194 7 98 0 0.96 0.49 0.24 330.8 0.93 0.39
Hex C2 7 62 0 60 31 18 14B 5D 27
Octal 302 7 142 0 140 61 30 513 135 47
Binary 11000010 111 1100010 0 1100000 110001 11000 101001011 1011101 100111

Color Harmonies of #C20762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20762

Black with #C20762

Text Example


Text Example

White with #C20762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20762; }

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

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

background-color css

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

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

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

border-color css

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

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

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