Html Css Color HEX #C0056A Jazzberry Jam

📋 copy color: '#C0056A'

red 192 ◦ green 5 ◦ blue 106

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

Shades of Jazzberry Jam #C0056A

Tints of Jazzberry Jam #C0056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 63.37%
G = 1.65%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0056A (or 0xC0056A) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 6A. RGB value is (192,5,106). Sum of RGB (Red+Green+Blue) = 192+5+106=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0056A is #3FFA95. Grayscale: #484848. Windows color (decimal): -4192918 or 6948288. OLE color: 6948288.

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

Color convert

RGB 192 5 106 -
CMYK 0 0.97 0.45 0.25
HSL 327.59º 0.95% 0.39% -
HSV(B) 327.59º 0.97% 0.75% -
XYZ 24.39 12.36 14.73 -
YUV 72.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 192 5 106 0 0.97 0.45 0.25 327.59 0.95 0.39
Hex C0 5 6A 0 61 2D 19 148 5F 27
Octal 300 5 152 0 141 55 31 510 137 47
Binary 11000000 101 1101010 0 1100001 101101 11001 101001000 1011111 100111

Color Harmonies of #C0056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0056A

Black with #C0056A

Text Example


Text Example

White with #C0056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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