Html Css Color HEX #C40364 Jazzberry Jam

📋 copy color: '#C40364'

red 196 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #C40364

Tints of Jazzberry Jam #C40364

RGB

 RED value IS 196 (76.95% from 255) = 65.55%

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 65.55%
G = 1%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40364 (or 0xC40364) is known color: Jazzberry Jam. HEX triplet: C4, 03 and 64. RGB value is (196,3,100). Sum of RGB (Red+Green+Blue) = 196+3+100=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40364 is #3BFC9B. Grayscale: #474747. Windows color (decimal): -3931292 or 6554564. OLE color: 6554564.

HSL color Cylindrical-coordinate representation of color #C40364: hue angle of 329.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40364 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 100 -
CMYK 0 0.98 0.49 0.23
HSL 329.84º 0.97% 0.39% -
HSV(B) 329.84º 0.98% 0.77% -
XYZ 25.1 12.72 13.19 -
YUV 71.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 196 3 100 0 0.98 0.49 0.23 329.84 0.97 0.39
Hex C4 3 64 0 62 31 17 14A 61 27
Octal 304 3 144 0 142 61 27 512 141 47
Binary 11000100 11 1100100 0 1100010 110001 10111 101001010 1100001 100111

Color Harmonies of #C40364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40364

Black with #C40364

Text Example


Text Example

White with #C40364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40364; }

 p { color: rgb(196,3,100); }

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

background-color css

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

 a { background-color: rgb(196,3,100); }

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

border-color css

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

 span { border-color: rgb(196,3,100); }

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