Html Css Color HEX #C10354 Jazzberry Jam

📋 copy color: '#C10354'

red 193 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #C10354

Tints of Jazzberry Jam #C10354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30%

R = 68.93%
G = 1.07%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10354 (or 0xC10354) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 54. RGB value is (193,3,84). Sum of RGB (Red+Green+Blue) = 193+3+84=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10354 is #3EFCAB. Grayscale: #444444. Windows color (decimal): -4127916 or 5505985. OLE color: 5505985.

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

Color convert

RGB 193 3 84 -
CMYK 0 0.98 0.56 0.24
HSL 334.42º 0.97% 0.38% -
HSV(B) 334.42º 0.98% 0.76% -
XYZ 23.63 12.04 9.47 -
YUV 69.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 193 3 84 0 0.98 0.56 0.24 334.42 0.97 0.38
Hex C1 3 54 0 62 38 18 14E 61 26
Octal 301 3 124 0 142 70 30 516 141 46
Binary 11000001 11 1010100 0 1100010 111000 11000 101001110 1100001 100110

Color Harmonies of #C10354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10354

Black with #C10354

Text Example


Text Example

White with #C10354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10354; }

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

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

background-color css

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

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

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

border-color css

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

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

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