Html Css Color HEX #C00759 Jazzberry Jam

📋 copy color: '#C00759'

red 192 ◦ green 7 ◦ blue 89

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

Shades of Jazzberry Jam #C00759

Tints of Jazzberry Jam #C00759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 66.67%
G = 2.43%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C00759 (or 0xC00759) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 59. RGB value is (192,7,89). Sum of RGB (Red+Green+Blue) = 192+7+89=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C00759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00759 is #3FF8A6. Grayscale: #474747. Windows color (decimal): -4192423 or 5834688. OLE color: 5834688.

HSL color Cylindrical-coordinate representation of color #C00759: hue angle of 333.41º 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 #C00759 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 89 -
CMYK 0 0.96 0.54 0.25
HSL 333.41º 0.93% 0.39% -
HSV(B) 333.41º 0.96% 0.75% -
XYZ 23.62 12.08 10.54 -
YUV 71.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 192 7 89 0 0.96 0.54 0.25 333.41 0.93 0.39
Hex C0 7 59 0 60 36 19 14D 5D 27
Octal 300 7 131 0 140 66 31 515 135 47
Binary 11000000 111 1011001 0 1100000 110110 11001 101001101 1011101 100111

Color Harmonies of #C00759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00759

Black with #C00759

Text Example


Text Example

White with #C00759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00759; }

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

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

background-color css

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

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

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

border-color css

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

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

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