Html Css Color HEX #C10363 Jazzberry Jam

📋 copy color: '#C10363'

red 193 ◦ green 3 ◦ blue 99

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

Shades of Jazzberry Jam #C10363

Tints of Jazzberry Jam #C10363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 65.42%
G = 1.02%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C10363 (or 0xC10363) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 63. RGB value is (193,3,99). Sum of RGB (Red+Green+Blue) = 193+3+99=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C10363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10363 is #3EFC9C. Grayscale: #464646. Windows color (decimal): -4127901 or 6489025. OLE color: 6489025.

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

Color convert

RGB 193 3 99 -
CMYK 0 0.98 0.49 0.24
HSL 329.68º 0.97% 0.38% -
HSV(B) 329.68º 0.98% 0.76% -
XYZ 24.28 12.3 12.9 -
YUV 70.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 193 3 99 0 0.98 0.49 0.24 329.68 0.97 0.38
Hex C1 3 63 0 62 31 18 14A 61 26
Octal 301 3 143 0 142 61 30 512 141 46
Binary 11000001 11 1100011 0 1100010 110001 11000 101001010 1100001 100110

Color Harmonies of #C10363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10363

Black with #C10363

Text Example


Text Example

White with #C10363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10363; }

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

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

background-color css

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

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

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

border-color css

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

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

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