Html Css Color HEX #C10362 Jazzberry Jam

📋 copy color: '#C10362'

red 193 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #C10362

Tints of Jazzberry Jam #C10362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 65.65%
G = 1.02%
B = 33.33%

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

#C10362 (or 0xC10362) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 62. RGB value is (193,3,98). Sum of RGB (Red+Green+Blue) = 193+3+98=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C10362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10362 is #3EFC9D. Grayscale: #464646. Windows color (decimal): -4127902 or 6423489. OLE color: 6423489.

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

Color convert

RGB 193 3 98 -
CMYK 0 0.98 0.49 0.24
HSL 330º 0.97% 0.38% -
HSV(B) 330º 0.98% 0.76% -
XYZ 24.23 12.28 12.65 -
YUV 70.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 193 3 98 0 0.98 0.49 0.24 330 0.97 0.38
Hex C1 3 62 0 62 31 18 14A 61 26
Octal 301 3 142 0 142 61 30 512 141 46
Binary 11000001 11 1100010 0 1100010 110001 11000 101001010 1100001 100110

Color Harmonies of #C10362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10362

Black with #C10362

Text Example


Text Example

White with #C10362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10362; }

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

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

background-color css

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

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

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

border-color css

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

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

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