Html Css Color HEX #C20569 Jazzberry Jam

📋 copy color: '#C20569'

red 194 ◦ green 5 ◦ blue 105

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

Shades of Jazzberry Jam #C20569

Tints of Jazzberry Jam #C20569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 63.82%
G = 1.64%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20569 (or 0xC20569) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 69. RGB value is (194,5,105). Sum of RGB (Red+Green+Blue) = 194+5+105=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C20569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20569 is #3DFA96. Grayscale: #484848. Windows color (decimal): -4061847 or 6882754. OLE color: 6882754.

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

Color convert

RGB 194 5 105 -
CMYK 0 0.97 0.46 0.24
HSL 328.25º 0.95% 0.39% -
HSV(B) 328.25º 0.97% 0.76% -
XYZ 24.85 12.6 14.49 -
YUV 72.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 194 5 105 0 0.97 0.46 0.24 328.25 0.95 0.39
Hex C2 5 69 0 61 2E 18 148 5F 27
Octal 302 5 151 0 141 56 30 510 137 47
Binary 11000010 101 1101001 0 1100001 101110 11000 101001000 1011111 100111

Color Harmonies of #C20569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20569

Black with #C20569

Text Example


Text Example

White with #C20569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20569; }

 p { color: rgb(194,5,105); }

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

background-color css

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

 a { background-color: rgb(194,5,105); }

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

border-color css

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

 span { border-color: rgb(194,5,105); }

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