Html Css Color HEX #C20653 Jazzberry Jam

📋 copy color: '#C20653'

red 194 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #C20653

Tints of Jazzberry Jam #C20653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 68.55%
G = 2.12%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20653 (or 0xC20653) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 53. RGB value is (194,6,83). Sum of RGB (Red+Green+Blue) = 194+6+83=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20653 is #3DF9AC. Grayscale: #464646. Windows color (decimal): -4061613 or 5441218. OLE color: 5441218.

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

Color convert

RGB 194 6 83 -
CMYK 0 0.97 0.57 0.24
HSL 335.43º 0.94% 0.39% -
HSV(B) 335.43º 0.97% 0.76% -
XYZ 23.87 12.22 9.28 -
YUV 70.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 194 6 83 0 0.97 0.57 0.24 335.43 0.94 0.39
Hex C2 6 53 0 61 39 18 14F 5E 27
Octal 302 6 123 0 141 71 30 517 136 47
Binary 11000010 110 1010011 0 1100001 111001 11000 101001111 1011110 100111

Color Harmonies of #C20653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20653

Black with #C20653

Text Example


Text Example

White with #C20653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20653; }

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

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

background-color css

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

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

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

border-color css

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

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

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