Html Css Color HEX #C20852 Jazzberry Jam

📋 copy color: '#C20852'

red 194 ◦ green 8 ◦ blue 82

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

Shades of Jazzberry Jam #C20852

Tints of Jazzberry Jam #C20852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 68.31%
G = 2.82%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20852 (or 0xC20852) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 52. RGB value is (194,8,82). Sum of RGB (Red+Green+Blue) = 194+8+82=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20852 is #3DF7AD. Grayscale: #474747. Windows color (decimal): -4061102 or 5376194. OLE color: 5376194.

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

Color convert

RGB 194 8 82 -
CMYK 0 0.96 0.58 0.24
HSL 336.13º 0.92% 0.4% -
HSV(B) 336.13º 0.96% 0.76% -
XYZ 23.86 12.25 9.09 -
YUV 72.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 194 8 82 0 0.96 0.58 0.24 336.13 0.92 0.4
Hex C2 8 52 0 60 3A 18 150 5C 28
Octal 302 10 122 0 140 72 30 520 134 50
Binary 11000010 1000 1010010 0 1100000 111010 11000 101010000 1011100 101000

Color Harmonies of #C20852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20852

Black with #C20852

Text Example


Text Example

White with #C20852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20852; }

 p { color: rgb(194,8,82); }

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

background-color css

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

 a { background-color: rgb(194,8,82); }

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

border-color css

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

 span { border-color: rgb(194,8,82); }

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