Html Css Color HEX #C1056A Jazzberry Jam

📋 copy color: '#C1056A'

red 193 ◦ green 5 ◦ blue 106

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

Shades of Jazzberry Jam #C1056A

Tints of Jazzberry Jam #C1056A

RGB

 RED value IS 193 (75.78% from 255) = 63.49%

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

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

R = 63.49%
G = 1.64%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1056A (or 0xC1056A) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 6A. RGB value is (193,5,106). Sum of RGB (Red+Green+Blue) = 193+5+106=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1056A is #3EFA95. Grayscale: #484848. Windows color (decimal): -4127382 or 6948289. OLE color: 6948289.

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

Color convert

RGB 193 5 106 -
CMYK 0 0.97 0.45 0.24
HSL 327.77º 0.95% 0.39% -
HSV(B) 327.77º 0.97% 0.76% -
XYZ 24.65 12.49 14.75 -
YUV 72.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 193 5 106 0 0.97 0.45 0.24 327.77 0.95 0.39
Hex C1 5 6A 0 61 2D 18 148 5F 27
Octal 301 5 152 0 141 55 30 510 137 47
Binary 11000001 101 1101010 0 1100001 101101 11000 101001000 1011111 100111

Color Harmonies of #C1056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1056A

Black with #C1056A

Text Example


Text Example

White with #C1056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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