Html Css Color HEX #C20657 Jazzberry Jam

📋 copy color: '#C20657'

red 194 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #C20657

Tints of Jazzberry Jam #C20657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 67.6%
G = 2.09%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20657 (or 0xC20657) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 57. RGB value is (194,6,87). Sum of RGB (Red+Green+Blue) = 194+6+87=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C20657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20657 is #3DF9A8. Grayscale: #474747. Windows color (decimal): -4061609 or 5703362. OLE color: 5703362.

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

Color convert

RGB 194 6 87 -
CMYK 0 0.97 0.55 0.24
HSL 334.15º 0.94% 0.39% -
HSV(B) 334.15º 0.97% 0.76% -
XYZ 24.03 12.29 10.12 -
YUV 71.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 194 6 87 0 0.97 0.55 0.24 334.15 0.94 0.39
Hex C2 6 57 0 61 37 18 14E 5E 27
Octal 302 6 127 0 141 67 30 516 136 47
Binary 11000010 110 1010111 0 1100001 110111 11000 101001110 1011110 100111

Color Harmonies of #C20657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20657

Black with #C20657

Text Example


Text Example

White with #C20657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20657; }

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

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

background-color css

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

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

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

border-color css

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

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

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