Html Css Color HEX #C1085B Jazzberry Jam

📋 copy color: '#C1085B'

red 193 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #C1085B

Tints of Jazzberry Jam #C1085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 66.1%
G = 2.74%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1085B (or 0xC1085B) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 5B. RGB value is (193,8,91). Sum of RGB (Red+Green+Blue) = 193+8+91=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1085B is #3EF7A4. Grayscale: #484848. Windows color (decimal): -4126629 or 5966017. OLE color: 5966017.

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

Color convert

RGB 193 8 91 -
CMYK 0 0.96 0.53 0.24
HSL 333.08º 0.92% 0.39% -
HSV(B) 333.08º 0.96% 0.76% -
XYZ 23.97 12.27 11 -
YUV 72.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 193 8 91 0 0.96 0.53 0.24 333.08 0.92 0.39
Hex C1 8 5B 0 60 35 18 14D 5C 27
Octal 301 10 133 0 140 65 30 515 134 47
Binary 11000001 1000 1011011 0 1100000 110101 11000 101001101 1011100 100111

Color Harmonies of #C1085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1085B

Black with #C1085B

Text Example


Text Example

White with #C1085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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