Html Css Color HEX #C20452 Jazzberry Jam

📋 copy color: '#C20452'

red 194 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #C20452

Tints of Jazzberry Jam #C20452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 69.29%
G = 1.43%
B = 29.29%

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

#C20452 (or 0xC20452) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 52. RGB value is (194,4,82). Sum of RGB (Red+Green+Blue) = 194+4+82=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20452 is #3DFBAD. Grayscale: #454545. Windows color (decimal): -4062126 or 5375170. OLE color: 5375170.

HSL color Cylindrical-coordinate representation of color #C20452: hue angle of 335.37º degrees, saturation: 0.96, 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 #C20452 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 82 -
CMYK 0 0.98 0.58 0.24
HSL 335.37º 0.96% 0.39% -
HSV(B) 335.37º 0.98% 0.76% -
XYZ 23.81 12.17 9.08 -
YUV 69.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 194 4 82 0 0.98 0.58 0.24 335.37 0.96 0.39
Hex C2 4 52 0 62 3A 18 14F 60 27
Octal 302 4 122 0 142 72 30 517 140 47
Binary 11000010 100 1010010 0 1100010 111010 11000 101001111 1100000 100111

Color Harmonies of #C20452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20452

Black with #C20452

Text Example


Text Example

White with #C20452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20452; }

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

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

background-color css

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

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

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

border-color css

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

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

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