Html Css Color HEX #C10F5E Jazzberry Jam

📋 copy color: '#C10F5E'

red 193 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #C10F5E

Tints of Jazzberry Jam #C10F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 63.91%
G = 4.97%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C10F5E (or 0xC10F5E) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 5E. RGB value is (193,15,94). Sum of RGB (Red+Green+Blue) = 193+15+94=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F5E is #3EF0A1. Grayscale: #4D4D4D. Windows color (decimal): -4124834 or 6164417. OLE color: 6164417.

HSL color Cylindrical-coordinate representation of color #C10F5E: hue angle of 333.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F5E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 15 94 -
CMYK 0 0.92 0.51 0.24
HSL 333.37º 0.86% 0.41% -
HSV(B) 333.37º 0.92% 0.76% -
XYZ 24.18 12.49 11.73 -
YUV 77.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 193 15 94 0 0.92 0.51 0.24 333.37 0.86 0.41
Hex C1 F 5E 0 5C 33 18 14D 56 29
Octal 301 17 136 0 134 63 30 515 126 51
Binary 11000001 1111 1011110 0 1011100 110011 11000 101001101 1010110 101001

Color Harmonies of #C10F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F5E

Black with #C10F5E

Text Example


Text Example

White with #C10F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F5E; }

 p { color: rgb(193,15,94); }

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

background-color css

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

 a { background-color: rgb(193,15,94); }

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

border-color css

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

 span { border-color: rgb(193,15,94); }

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