Html Css Color HEX #C40368 Jazzberry Jam

📋 copy color: '#C40368'

red 196 ◦ green 3 ◦ blue 104

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

Shades of Jazzberry Jam #C40368

Tints of Jazzberry Jam #C40368

RGB

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

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

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

R = 64.69%
G = 0.99%
B = 34.32%

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

#C40368 (or 0xC40368) is known color: Jazzberry Jam. HEX triplet: C4, 03 and 68. RGB value is (196,3,104). Sum of RGB (Red+Green+Blue) = 196+3+104=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C40368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40368 is #3BFC97. Grayscale: #484848. Windows color (decimal): -3931288 or 6816708. OLE color: 6816708.

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

Color convert

RGB 196 3 104 -
CMYK 0 0.98 0.47 0.23
HSL 328.6º 0.97% 0.39% -
HSV(B) 328.6º 0.98% 0.77% -
XYZ 25.3 12.8 14.23 -
YUV 72.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 196 3 104 0 0.98 0.47 0.23 328.6 0.97 0.39
Hex C4 3 68 0 62 2F 17 149 61 27
Octal 304 3 150 0 142 57 27 511 141 47
Binary 11000100 11 1101000 0 1100010 101111 10111 101001001 1100001 100111

Color Harmonies of #C40368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40368

Black with #C40368

Text Example


Text Example

White with #C40368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40368; }

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

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

background-color css

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

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

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

border-color css

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

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

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