Html Css Color HEX #C10358 Jazzberry Jam

📋 copy color: '#C10358'

red 193 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #C10358

Tints of Jazzberry Jam #C10358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 67.96%
G = 1.06%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10358 (or 0xC10358) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 58. RGB value is (193,3,88). Sum of RGB (Red+Green+Blue) = 193+3+88=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10358 is #3EFCA7. Grayscale: #454545. Windows color (decimal): -4127912 or 5768129. OLE color: 5768129.

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

Color convert

RGB 193 3 88 -
CMYK 0 0.98 0.54 0.24
HSL 333.16º 0.97% 0.38% -
HSV(B) 333.16º 0.98% 0.76% -
XYZ 23.79 12.11 10.32 -
YUV 69.5 138.45 216.09 -
System Red Green Blue C M Y K H S L
Decimal 193 3 88 0 0.98 0.54 0.24 333.16 0.97 0.38
Hex C1 3 58 0 62 36 18 14D 61 26
Octal 301 3 130 0 142 66 30 515 141 46
Binary 11000001 11 1011000 0 1100010 110110 11000 101001101 1100001 100110

Color Harmonies of #C10358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10358

Black with #C10358

Text Example


Text Example

White with #C10358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10358; }

 p { color: rgb(193,3,88); }

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

background-color css

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

 a { background-color: rgb(193,3,88); }

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

border-color css

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

 span { border-color: rgb(193,3,88); }

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