Html Css Color HEX #C10459 Jazzberry Jam

📋 copy color: '#C10459'

red 193 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #C10459

Tints of Jazzberry Jam #C10459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 67.48%
G = 1.4%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10459 (or 0xC10459) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 59. RGB value is (193,4,89). Sum of RGB (Red+Green+Blue) = 193+4+89=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C10459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10459 is #3EFBA6. Grayscale: #464646. Windows color (decimal): -4127655 or 5833921. OLE color: 5833921.

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

Color convert

RGB 193 4 89 -
CMYK 0 0.98 0.54 0.24
HSL 333.02º 0.96% 0.39% -
HSV(B) 333.02º 0.98% 0.76% -
XYZ 23.84 12.15 10.54 -
YUV 70.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 193 4 89 0 0.98 0.54 0.24 333.02 0.96 0.39
Hex C1 4 59 0 62 36 18 14D 60 27
Octal 301 4 131 0 142 66 30 515 140 47
Binary 11000001 100 1011001 0 1100010 110110 11000 101001101 1100000 100111

Color Harmonies of #C10459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10459

Black with #C10459

Text Example


Text Example

White with #C10459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10459; }

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

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

background-color css

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

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

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

border-color css

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

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

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