Html Css Color HEX #C20655 Jazzberry Jam

📋 copy color: '#C20655'

red 194 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #C20655

Tints of Jazzberry Jam #C20655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 68.07%
G = 2.11%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20655 (or 0xC20655) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 55. RGB value is (194,6,85). Sum of RGB (Red+Green+Blue) = 194+6+85=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20655 is #3DF9AA. Grayscale: #474747. Windows color (decimal): -4061611 or 5572290. OLE color: 5572290.

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

Color convert

RGB 194 6 85 -
CMYK 0 0.97 0.56 0.24
HSL 334.79º 0.94% 0.39% -
HSV(B) 334.79º 0.97% 0.76% -
XYZ 23.95 12.26 9.7 -
YUV 71.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 194 6 85 0 0.97 0.56 0.24 334.79 0.94 0.39
Hex C2 6 55 0 61 38 18 14F 5E 27
Octal 302 6 125 0 141 70 30 517 136 47
Binary 11000010 110 1010101 0 1100001 111000 11000 101001111 1011110 100111

Color Harmonies of #C20655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20655

Black with #C20655

Text Example


Text Example

White with #C20655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20655; }

 p { color: rgb(194,6,85); }

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

background-color css

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

 a { background-color: rgb(194,6,85); }

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

border-color css

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

 span { border-color: rgb(194,6,85); }

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