Html Css Color HEX #C20652 Jazzberry Jam

📋 copy color: '#C20652'

red 194 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #C20652

Tints of Jazzberry Jam #C20652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 68.79%
G = 2.13%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20652 (or 0xC20652) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 52. RGB value is (194,6,82). Sum of RGB (Red+Green+Blue) = 194+6+82=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20652 is #3DF9AD. Grayscale: #464646. Windows color (decimal): -4061614 or 5375682. OLE color: 5375682.

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

Color convert

RGB 194 6 82 -
CMYK 0 0.97 0.58 0.24
HSL 335.74º 0.94% 0.39% -
HSV(B) 335.74º 0.97% 0.76% -
XYZ 23.84 12.21 9.08 -
YUV 70.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 194 6 82 0 0.97 0.58 0.24 335.74 0.94 0.39
Hex C2 6 52 0 61 3A 18 150 5E 27
Octal 302 6 122 0 141 72 30 520 136 47
Binary 11000010 110 1010010 0 1100001 111010 11000 101010000 1011110 100111

Color Harmonies of #C20652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20652

Black with #C20652

Text Example


Text Example

White with #C20652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20652; }

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

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

background-color css

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

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

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

border-color css

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

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

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