Html Css Color HEX #C40365 Jazzberry Jam

📋 copy color: '#C40365'

red 196 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #C40365

Tints of Jazzberry Jam #C40365

RGB

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

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

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

R = 65.33%
G = 1%
B = 33.67%

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

#C40365 (or 0xC40365) is known color: Jazzberry Jam. HEX triplet: C4, 03 and 65. RGB value is (196,3,101). Sum of RGB (Red+Green+Blue) = 196+3+101=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40365 is #3BFC9A. Grayscale: #474747. Windows color (decimal): -3931291 or 6620100. OLE color: 6620100.

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

Color convert

RGB 196 3 101 -
CMYK 0 0.98 0.48 0.23
HSL 329.53º 0.97% 0.39% -
HSV(B) 329.53º 0.98% 0.77% -
XYZ 25.15 12.74 13.45 -
YUV 71.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 196 3 101 0 0.98 0.48 0.23 329.53 0.97 0.39
Hex C4 3 65 0 62 30 17 14A 61 27
Octal 304 3 145 0 142 60 27 512 141 47
Binary 11000100 11 1100101 0 1100010 110000 10111 101001010 1100001 100111

Color Harmonies of #C40365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40365

Black with #C40365

Text Example


Text Example

White with #C40365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40365; }

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

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

background-color css

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

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

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

border-color css

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

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

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