Html Css Color HEX #C1055B Jazzberry Jam

📋 copy color: '#C1055B'

red 193 ◦ green 5 ◦ blue 91

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

Shades of Jazzberry Jam #C1055B

Tints of Jazzberry Jam #C1055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 66.78%
G = 1.73%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1055B (or 0xC1055B) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 5B. RGB value is (193,5,91). Sum of RGB (Red+Green+Blue) = 193+5+91=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1055B is #3EFAA4. Grayscale: #464646. Windows color (decimal): -4127397 or 5965249. OLE color: 5965249.

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

Color convert

RGB 193 5 91 -
CMYK 0 0.97 0.53 0.24
HSL 332.55º 0.95% 0.39% -
HSV(B) 332.55º 0.97% 0.76% -
XYZ 23.93 12.2 10.99 -
YUV 71.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 193 5 91 0 0.97 0.53 0.24 332.55 0.95 0.39
Hex C1 5 5B 0 61 35 18 14D 5F 27
Octal 301 5 133 0 141 65 30 515 137 47
Binary 11000001 101 1011011 0 1100001 110101 11000 101001101 1011111 100111

Color Harmonies of #C1055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1055B

Black with #C1055B

Text Example


Text Example

White with #C1055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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