Html Css Color HEX #C40767 Jazzberry Jam

📋 copy color: '#C40767'

red 196 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #C40767

Tints of Jazzberry Jam #C40767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 64.05%
G = 2.29%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40767 (or 0xC40767) is known color: Jazzberry Jam. HEX triplet: C4, 07 and 67. RGB value is (196,7,103). Sum of RGB (Red+Green+Blue) = 196+7+103=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C40767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40767 is #3BF898. Grayscale: #4A4A4A. Windows color (decimal): -3930265 or 6752196. OLE color: 6752196.

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

Color convert

RGB 196 7 103 -
CMYK 0 0.96 0.47 0.23
HSL 329.52º 0.93% 0.4% -
HSV(B) 329.52º 0.96% 0.77% -
XYZ 25.29 12.87 13.98 -
YUV 74.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 196 7 103 0 0.96 0.47 0.23 329.52 0.93 0.4
Hex C4 7 67 0 60 2F 17 14A 5D 28
Octal 304 7 147 0 140 57 27 512 135 50
Binary 11000100 111 1100111 0 1100000 101111 10111 101001010 1011101 101000

Color Harmonies of #C40767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40767

Black with #C40767

Text Example


Text Example

White with #C40767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40767; }

 p { color: rgb(196,7,103); }

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

background-color css

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

 a { background-color: rgb(196,7,103); }

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

border-color css

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

 span { border-color: rgb(196,7,103); }

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