Html Css Color HEX #C10956 Jazzberry Jam

📋 copy color: '#C10956'

red 193 ◦ green 9 ◦ blue 86

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

Shades of Jazzberry Jam #C10956

Tints of Jazzberry Jam #C10956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 67.01%
G = 3.13%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10956 (or 0xC10956) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 56. RGB value is (193,9,86). Sum of RGB (Red+Green+Blue) = 193+9+86=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C10956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10956 is #3EF6A9. Grayscale: #484848. Windows color (decimal): -4126378 or 5638593. OLE color: 5638593.

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

Color convert

RGB 193 9 86 -
CMYK 0 0.95 0.55 0.24
HSL 334.89º 0.91% 0.4% -
HSV(B) 334.89º 0.95% 0.76% -
XYZ 23.77 12.2 9.91 -
YUV 72.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 193 9 86 0 0.95 0.55 0.24 334.89 0.91 0.4
Hex C1 9 56 0 5F 37 18 14F 5B 28
Octal 301 11 126 0 137 67 30 517 133 50
Binary 11000001 1001 1010110 0 1011111 110111 11000 101001111 1011011 101000

Color Harmonies of #C10956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10956

Black with #C10956

Text Example


Text Example

White with #C10956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10956; }

 p { color: rgb(193,9,86); }

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

background-color css

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

 a { background-color: rgb(193,9,86); }

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

border-color css

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

 span { border-color: rgb(193,9,86); }

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