Html Css Color HEX #C10257 Jazzberry Jam

📋 copy color: '#C10257'

red 193 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #C10257

Tints of Jazzberry Jam #C10257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 68.44%
G = 0.71%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10257 (or 0xC10257) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 57. RGB value is (193,2,87). Sum of RGB (Red+Green+Blue) = 193+2+87=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10257 is #3EFDA8. Grayscale: #444444. Windows color (decimal): -4128169 or 5702337. OLE color: 5702337.

HSL color Cylindrical-coordinate representation of color #C10257: hue angle of 333.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10257 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 87 -
CMYK 0 0.99 0.55 0.24
HSL 333.3º 0.98% 0.38% -
HSV(B) 333.3º 0.99% 0.76% -
XYZ 23.73 12.07 10.1 -
YUV 68.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 193 2 87 0 0.99 0.55 0.24 333.3 0.98 0.38
Hex C1 2 57 0 63 37 18 14D 62 26
Octal 301 2 127 0 143 67 30 515 142 46
Binary 11000001 10 1010111 0 1100011 110111 11000 101001101 1100010 100110

Color Harmonies of #C10257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10257

Black with #C10257

Text Example


Text Example

White with #C10257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10257; }

 p { color: rgb(193,2,87); }

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

background-color css

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

 a { background-color: rgb(193,2,87); }

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

border-color css

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

 span { border-color: rgb(193,2,87); }

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