Html Css Color HEX #C00557 Jazzberry Jam

📋 copy color: '#C00557'

red 192 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #C00557

Tints of Jazzberry Jam #C00557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 67.61%
G = 1.76%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C00557 (or 0xC00557) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 57. RGB value is (192,5,87). Sum of RGB (Red+Green+Blue) = 192+5+87=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C00557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00557 is #3FFAA8. Grayscale: #464646. Windows color (decimal): -4192937 or 5703104. OLE color: 5703104.

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

Color convert

RGB 192 5 87 -
CMYK 0 0.97 0.55 0.25
HSL 333.69º 0.95% 0.39% -
HSV(B) 333.69º 0.97% 0.75% -
XYZ 23.51 12 10.09 -
YUV 70.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 192 5 87 0 0.97 0.55 0.25 333.69 0.95 0.39
Hex C0 5 57 0 61 37 19 14E 5F 27
Octal 300 5 127 0 141 67 31 516 137 47
Binary 11000000 101 1010111 0 1100001 110111 11001 101001110 1011111 100111

Color Harmonies of #C00557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00557

Black with #C00557

Text Example


Text Example

White with #C00557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00557; }

 p { color: rgb(192,5,87); }

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

background-color css

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

 a { background-color: rgb(192,5,87); }

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

border-color css

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

 span { border-color: rgb(192,5,87); }

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