Html Css Color HEX #C1095B Jazzberry Jam

📋 copy color: '#C1095B'

red 193 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #C1095B

Tints of Jazzberry Jam #C1095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 65.87%
G = 3.07%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1095B (or 0xC1095B) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 5B. RGB value is (193,9,91). Sum of RGB (Red+Green+Blue) = 193+9+91=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1095B is #3EF6A4. Grayscale: #494949. Windows color (decimal): -4126373 or 5966273. OLE color: 5966273.

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

Color convert

RGB 193 9 91 -
CMYK 0 0.95 0.53 0.24
HSL 333.26º 0.91% 0.4% -
HSV(B) 333.26º 0.95% 0.76% -
XYZ 23.98 12.29 11.01 -
YUV 73.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 193 9 91 0 0.95 0.53 0.24 333.26 0.91 0.4
Hex C1 9 5B 0 5F 35 18 14D 5B 28
Octal 301 11 133 0 137 65 30 515 133 50
Binary 11000001 1001 1011011 0 1011111 110101 11000 101001101 1011011 101000

Color Harmonies of #C1095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1095B

Black with #C1095B

Text Example


Text Example

White with #C1095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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