Html Css Color HEX #C20566 Jazzberry Jam

📋 copy color: '#C20566'

red 194 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #C20566

Tints of Jazzberry Jam #C20566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 64.45%
G = 1.66%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20566 (or 0xC20566) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 66. RGB value is (194,5,102). Sum of RGB (Red+Green+Blue) = 194+5+102=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C20566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20566 is #3DFA99. Grayscale: #484848. Windows color (decimal): -4061850 or 6686146. OLE color: 6686146.

HSL color Cylindrical-coordinate representation of color #C20566: hue angle of 329.21º 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 #C20566 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 102 -
CMYK 0 0.97 0.47 0.24
HSL 329.21º 0.95% 0.39% -
HSV(B) 329.21º 0.97% 0.76% -
XYZ 24.7 12.54 13.69 -
YUV 72.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 194 5 102 0 0.97 0.47 0.24 329.21 0.95 0.39
Hex C2 5 66 0 61 2F 18 149 5F 27
Octal 302 5 146 0 141 57 30 511 137 47
Binary 11000010 101 1100110 0 1100001 101111 11000 101001001 1011111 100111

Color Harmonies of #C20566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20566

Black with #C20566

Text Example


Text Example

White with #C20566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20566; }

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

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

background-color css

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

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

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

border-color css

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

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

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