Html Css Color HEX #C40666 Jazzberry Jam

📋 copy color: '#C40666'

red 196 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #C40666

Tints of Jazzberry Jam #C40666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 64.47%
G = 1.97%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C40666 (or 0xC40666) is known color: Jazzberry Jam. HEX triplet: C4, 06 and 66. RGB value is (196,6,102). Sum of RGB (Red+Green+Blue) = 196+6+102=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40666 is #3BF999. Grayscale: #494949. Windows color (decimal): -3930522 or 6686404. OLE color: 6686404.

HSL color Cylindrical-coordinate representation of color #C40666: hue angle of 329.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40666 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 102 -
CMYK 0 0.97 0.48 0.23
HSL 329.68º 0.94% 0.4% -
HSV(B) 329.68º 0.97% 0.77% -
XYZ 25.23 12.83 13.72 -
YUV 73.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 196 6 102 0 0.97 0.48 0.23 329.68 0.94 0.4
Hex C4 6 66 0 61 30 17 14A 5E 28
Octal 304 6 146 0 141 60 27 512 136 50
Binary 11000100 110 1100110 0 1100001 110000 10111 101001010 1011110 101000

Color Harmonies of #C40666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40666

Black with #C40666

Text Example


Text Example

White with #C40666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40666; }

 p { color: rgb(196,6,102); }

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

background-color css

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

 a { background-color: rgb(196,6,102); }

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

border-color css

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

 span { border-color: rgb(196,6,102); }

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