Html Css Color HEX #C40465 Jazzberry Jam

📋 copy color: '#C40465'

red 196 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #C40465

Tints of Jazzberry Jam #C40465

RGB

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

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

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

R = 65.12%
G = 1.33%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C40465 (or 0xC40465) is known color: Jazzberry Jam. HEX triplet: C4, 04 and 65. RGB value is (196,4,101). Sum of RGB (Red+Green+Blue) = 196+4+101=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C40465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40465 is #3BFB9A. Grayscale: #484848. Windows color (decimal): -3931035 or 6620356. OLE color: 6620356.

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

Color convert

RGB 196 4 101 -
CMYK 0 0.98 0.48 0.23
HSL 329.69º 0.96% 0.39% -
HSV(B) 329.69º 0.98% 0.77% -
XYZ 25.16 12.76 13.45 -
YUV 72.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 196 4 101 0 0.98 0.48 0.23 329.69 0.96 0.39
Hex C4 4 65 0 62 30 17 14A 60 27
Octal 304 4 145 0 142 60 27 512 140 47
Binary 11000100 100 1100101 0 1100010 110000 10111 101001010 1100000 100111

Color Harmonies of #C40465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40465

Black with #C40465

Text Example


Text Example

White with #C40465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40465; }

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

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

background-color css

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

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

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

border-color css

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

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

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