Html Css Color HEX #C1005B Jazzberry Jam

📋 copy color: '#C1005B'

red 193 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #C1005B

Tints of Jazzberry Jam #C1005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.96%
G = 0%
B = 32.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1005B (or 0xC1005B) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 5B. RGB value is (193,0,91). Sum of RGB (Red+Green+Blue) = 193+0+91=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1005B is #3EFFA4. Grayscale: #434343. Windows color (decimal): -4128677 or 5963969. OLE color: 5963969.

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

Color convert

RGB 193 0 91 -
CMYK 0 1 0.53 0.24
HSL 331.71º 1% 0.38% -
HSV(B) 331.71º 1% 0.76% -
XYZ 23.88 12.09 10.97 -
YUV 68.08 140.94 217.1 -
System Red Green Blue C M Y K H S L
Decimal 193 0 91 0 1 0.53 0.24 331.71 1 0.38
Hex C1 0 5B 0 64 35 18 14C 64 26
Octal 301 0 133 0 144 65 30 514 144 46
Binary 11000001 0 1011011 0 1100100 110101 11000 101001100 1100100 100110

Color Harmonies of #C1005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1005B

Black with #C1005B

Text Example


Text Example

White with #C1005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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