Html Css Color HEX #C20865 Jazzberry Jam

📋 copy color: '#C20865'

red 194 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #C20865

Tints of Jazzberry Jam #C20865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 64.03%
G = 2.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C20865 (or 0xC20865) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 65. RGB value is (194,8,101). Sum of RGB (Red+Green+Blue) = 194+8+101=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20865 is #3DF79A. Grayscale: #4A4A4A. Windows color (decimal): -4061083 or 6621378. OLE color: 6621378.

HSL color Cylindrical-coordinate representation of color #C20865: hue angle of 330º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20865 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 101 -
CMYK 0 0.96 0.48 0.24
HSL 330º 0.92% 0.4% -
HSV(B) 330º 0.96% 0.76% -
XYZ 24.68 12.58 13.44 -
YUV 74.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 194 8 101 0 0.96 0.48 0.24 330 0.92 0.4
Hex C2 8 65 0 60 30 18 14A 5C 28
Octal 302 10 145 0 140 60 30 512 134 50
Binary 11000010 1000 1100101 0 1100000 110000 11000 101001010 1011100 101000

Color Harmonies of #C20865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20865

Black with #C20865

Text Example


Text Example

White with #C20865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20865; }

 p { color: rgb(194,8,101); }

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

background-color css

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

 a { background-color: rgb(194,8,101); }

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

border-color css

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

 span { border-color: rgb(194,8,101); }

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