Html Css Color HEX #C20352 Jazzberry Jam

📋 copy color: '#C20352'

red 194 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #C20352

Tints of Jazzberry Jam #C20352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 69.53%
G = 1.08%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20352 (or 0xC20352) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 52. RGB value is (194,3,82). Sum of RGB (Red+Green+Blue) = 194+3+82=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C20352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20352 is #3DFCAD. Grayscale: #444444. Windows color (decimal): -4062382 or 5374914. OLE color: 5374914.

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

Color convert

RGB 194 3 82 -
CMYK 0 0.98 0.58 0.24
HSL 335.18º 0.97% 0.39% -
HSV(B) 335.18º 0.98% 0.76% -
XYZ 23.8 12.14 9.07 -
YUV 69.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 194 3 82 0 0.98 0.58 0.24 335.18 0.97 0.39
Hex C2 3 52 0 62 3A 18 14F 61 27
Octal 302 3 122 0 142 72 30 517 141 47
Binary 11000010 11 1010010 0 1100010 111010 11000 101001111 1100001 100111

Color Harmonies of #C20352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20352

Black with #C20352

Text Example


Text Example

White with #C20352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20352; }

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

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

background-color css

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

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

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

border-color css

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

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

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