Html Css Color HEX #C40464 Jazzberry Jam

📋 copy color: '#C40464'

red 196 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #C40464

Tints of Jazzberry Jam #C40464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 65.33%
G = 1.33%
B = 33.33%

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

#C40464 (or 0xC40464) is known color: Jazzberry Jam. HEX triplet: C4, 04 and 64. RGB value is (196,4,100). Sum of RGB (Red+Green+Blue) = 196+4+100=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40464 is #3BFB9B. Grayscale: #484848. Windows color (decimal): -3931036 or 6554820. OLE color: 6554820.

HSL color Cylindrical-coordinate representation of color #C40464: hue angle of 330º degrees, saturation: 0.96, 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 #C40464 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 100 -
CMYK 0 0.98 0.49 0.23
HSL 330º 0.96% 0.39% -
HSV(B) 330º 0.98% 0.77% -
XYZ 25.11 12.74 13.19 -
YUV 72.35 143.61 216.19 -
System Red Green Blue C M Y K H S L
Decimal 196 4 100 0 0.98 0.49 0.23 330 0.96 0.39
Hex C4 4 64 0 62 31 17 14A 60 27
Octal 304 4 144 0 142 61 27 512 140 47
Binary 11000100 100 1100100 0 1100010 110001 10111 101001010 1100000 100111

Color Harmonies of #C40464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40464

Black with #C40464

Text Example


Text Example

White with #C40464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40464; }

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

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

background-color css

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

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

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

border-color css

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

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

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