Html Css Color HEX #C10457 Jazzberry Jam

📋 copy color: '#C10457'

red 193 ◦ green 4 ◦ blue 87

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

Shades of Jazzberry Jam #C10457

Tints of Jazzberry Jam #C10457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 67.96%
G = 1.41%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10457 (or 0xC10457) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 57. RGB value is (193,4,87). Sum of RGB (Red+Green+Blue) = 193+4+87=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10457 is #3EFBA8. Grayscale: #454545. Windows color (decimal): -4127657 or 5702849. OLE color: 5702849.

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

Color convert

RGB 193 4 87 -
CMYK 0 0.98 0.55 0.24
HSL 333.65º 0.96% 0.39% -
HSV(B) 333.65º 0.98% 0.76% -
XYZ 23.76 12.11 10.1 -
YUV 69.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 193 4 87 0 0.98 0.55 0.24 333.65 0.96 0.39
Hex C1 4 57 0 62 37 18 14E 60 27
Octal 301 4 127 0 142 67 30 516 140 47
Binary 11000001 100 1010111 0 1100010 110111 11000 101001110 1100000 100111

Color Harmonies of #C10457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10457

Black with #C10457

Text Example


Text Example

White with #C10457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10457; }

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

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

background-color css

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

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

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

border-color css

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

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

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