Html Css Color HEX #C10351 Jazzberry Jam

📋 copy color: '#C10351'

red 193 ◦ green 3 ◦ blue 81

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

Shades of Jazzberry Jam #C10351

Tints of Jazzberry Jam #C10351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 69.68%
G = 1.08%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10351 (or 0xC10351) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 51. RGB value is (193,3,81). Sum of RGB (Red+Green+Blue) = 193+3+81=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C10351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10351 is #3EFCAE. Grayscale: #444444. Windows color (decimal): -4127919 or 5309377. OLE color: 5309377.

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

Color convert

RGB 193 3 81 -
CMYK 0 0.98 0.58 0.24
HSL 335.37º 0.97% 0.38% -
HSV(B) 335.37º 0.98% 0.76% -
XYZ 23.51 12 8.86 -
YUV 68.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 193 3 81 0 0.98 0.58 0.24 335.37 0.97 0.38
Hex C1 3 51 0 62 3A 18 14F 61 26
Octal 301 3 121 0 142 72 30 517 141 46
Binary 11000001 11 1010001 0 1100010 111010 11000 101001111 1100001 100110

Color Harmonies of #C10351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10351

Black with #C10351

Text Example


Text Example

White with #C10351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10351; }

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

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

background-color css

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

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

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

border-color css

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

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

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