Html Css Color HEX #C01056 Jazzberry Jam

📋 copy color: '#C01056'

red 192 ◦ green 16 ◦ blue 86

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

Shades of Jazzberry Jam #C01056

Tints of Jazzberry Jam #C01056

RGB

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

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

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

R = 65.31%
G = 5.44%
B = 29.25%

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

#C01056 (or 0xC01056) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 56. RGB value is (192,16,86). Sum of RGB (Red+Green+Blue) = 192+16+86=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01056 is #3FEFA9. Grayscale: #4C4C4C. Windows color (decimal): -4190122 or 5640384. OLE color: 5640384.

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

Color convert

RGB 192 16 86 -
CMYK 0 0.92 0.55 0.25
HSL 336.14º 0.85% 0.41% -
HSV(B) 336.14º 0.92% 0.75% -
XYZ 23.6 12.25 9.92 -
YUV 76.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 192 16 86 0 0.92 0.55 0.25 336.14 0.85 0.41
Hex C0 10 56 0 5C 37 19 150 55 29
Octal 300 20 126 0 134 67 31 520 125 51
Binary 11000000 10000 1010110 0 1011100 110111 11001 101010000 1010101 101001

Color Harmonies of #C01056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01056

Black with #C01056

Text Example


Text Example

White with #C01056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01056; }

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

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

background-color css

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

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

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

border-color css

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

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

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