Html Css Color HEX #C2055A Jazzberry Jam

📋 copy color: '#C2055A'

red 194 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #C2055A

Tints of Jazzberry Jam #C2055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 67.13%
G = 1.73%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2055A (or 0xC2055A) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 5A. RGB value is (194,5,90). Sum of RGB (Red+Green+Blue) = 194+5+90=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2055A is #3DFAA5. Grayscale: #474747. Windows color (decimal): -4061862 or 5899714. OLE color: 5899714.

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

Color convert

RGB 194 5 90 -
CMYK 0 0.97 0.54 0.24
HSL 333.02º 0.95% 0.39% -
HSV(B) 333.02º 0.97% 0.76% -
XYZ 24.15 12.32 10.78 -
YUV 71.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 194 5 90 0 0.97 0.54 0.24 333.02 0.95 0.39
Hex C2 5 5A 0 61 36 18 14D 5F 27
Octal 302 5 132 0 141 66 30 515 137 47
Binary 11000010 101 1011010 0 1100001 110110 11000 101001101 1011111 100111

Color Harmonies of #C2055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2055A

Black with #C2055A

Text Example


Text Example

White with #C2055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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