Html Css Color HEX #C01057 Jazzberry Jam

📋 copy color: '#C01057'

red 192 ◦ green 16 ◦ blue 87

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

Shades of Jazzberry Jam #C01057

Tints of Jazzberry Jam #C01057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

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

R = 65.08%
G = 5.42%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01057 (or 0xC01057) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 57. RGB value is (192,16,87). Sum of RGB (Red+Green+Blue) = 192+16+87=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01057 is #3FEFA8. Grayscale: #4C4C4C. Windows color (decimal): -4190121 or 5705920. OLE color: 5705920.

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

Color convert

RGB 192 16 87 -
CMYK 0 0.92 0.55 0.25
HSL 335.8º 0.85% 0.41% -
HSV(B) 335.8º 0.92% 0.75% -
XYZ 23.64 12.27 10.14 -
YUV 76.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 192 16 87 0 0.92 0.55 0.25 335.8 0.85 0.41
Hex C0 10 57 0 5C 37 19 150 55 29
Octal 300 20 127 0 134 67 31 520 125 51
Binary 11000000 10000 1010111 0 1011100 110111 11001 101010000 1010101 101001

Color Harmonies of #C01057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01057

Black with #C01057

Text Example


Text Example

White with #C01057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01057; }

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

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

background-color css

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

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

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

border-color css

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

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

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