Html Css Color HEX #C00756 Jazzberry Jam

📋 copy color: '#C00756'

red 192 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #C00756

Tints of Jazzberry Jam #C00756

RGB

 RED value IS 192 (75.39% from 255) = 67.37%

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

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 67.37%
G = 2.46%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C00756 (or 0xC00756) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 56. RGB value is (192,7,86). Sum of RGB (Red+Green+Blue) = 192+7+86=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C00756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00756 is #3FF8A9. Grayscale: #474747. Windows color (decimal): -4192426 or 5638080. OLE color: 5638080.

HSL color Cylindrical-coordinate representation of color #C00756: hue angle of 334.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00756 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 86 -
CMYK 0 0.96 0.55 0.25
HSL 334.38º 0.93% 0.39% -
HSV(B) 334.38º 0.96% 0.75% -
XYZ 23.49 12.03 9.89 -
YUV 71.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 192 7 86 0 0.96 0.55 0.25 334.38 0.93 0.39
Hex C0 7 56 0 60 37 19 14E 5D 27
Octal 300 7 126 0 140 67 31 516 135 47
Binary 11000000 111 1010110 0 1100000 110111 11001 101001110 1011101 100111

Color Harmonies of #C00756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00756

Black with #C00756

Text Example


Text Example

White with #C00756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00756; }

 p { color: rgb(192,7,86); }

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

background-color css

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

 a { background-color: rgb(192,7,86); }

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

border-color css

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

 span { border-color: rgb(192,7,86); }

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