Html Css Color HEX #C40468 Jazzberry Jam

📋 copy color: '#C40468'

red 196 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #C40468

Tints of Jazzberry Jam #C40468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 64.47%
G = 1.32%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40468 (or 0xC40468) is known color: Jazzberry Jam. HEX triplet: C4, 04 and 68. RGB value is (196,4,104). Sum of RGB (Red+Green+Blue) = 196+4+104=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40468 is #3BFB97. Grayscale: #484848. Windows color (decimal): -3931032 or 6816964. OLE color: 6816964.

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

Color convert

RGB 196 4 104 -
CMYK 0 0.98 0.47 0.23
HSL 328.75º 0.96% 0.39% -
HSV(B) 328.75º 0.98% 0.77% -
XYZ 25.31 12.82 14.24 -
YUV 72.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 196 4 104 0 0.98 0.47 0.23 328.75 0.96 0.39
Hex C4 4 68 0 62 2F 17 149 60 27
Octal 304 4 150 0 142 57 27 511 140 47
Binary 11000100 100 1101000 0 1100010 101111 10111 101001001 1100000 100111

Color Harmonies of #C40468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40468

Black with #C40468

Text Example


Text Example

White with #C40468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40468; }

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

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

background-color css

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

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

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

border-color css

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

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

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