Html Css Color HEX #A60C5D Jazzberry Jam

📋 copy color: '#A60C5D'

red 166 ◦ green 12 ◦ blue 93

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

Shades of Jazzberry Jam #A60C5D

Tints of Jazzberry Jam #A60C5D

RGB

 RED value IS 166 (65.23% from 255) = 61.25%

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 61.25%
G = 4.43%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A60C5D (or 0xA60C5D) is known color: Jazzberry Jam. HEX triplet: A6, 0C and 5D. RGB value is (166,12,93). Sum of RGB (Red+Green+Blue) = 166+12+93=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60C5D is #59F3A2. Grayscale: #434343. Windows color (decimal): -5895075 or 6098086. OLE color: 6098086.

HSL color Cylindrical-coordinate representation of color #A60C5D: hue angle of 328.44º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C5D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 12 93 -
CMYK 0 0.93 0.44 0.35
HSL 328.44º 0.87% 0.35% -
HSV(B) 328.44º 0.93% 0.65% -
XYZ 17.83 9.16 11.18 -
YUV 67.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 166 12 93 0 0.93 0.44 0.35 328.44 0.87 0.35
Hex A6 C 5D 0 5D 2C 23 148 57 23
Octal 246 14 135 0 135 54 43 510 127 43
Binary 10100110 1100 1011101 0 1011101 101100 100011 101001000 1010111 100011

Color Harmonies of #A60C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C5D

Black with #A60C5D

Text Example


Text Example

White with #A60C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C5D; }

 p { color: rgb(166,12,93); }

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

background-color css

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

 a { background-color: rgb(166,12,93); }

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

border-color css

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

 span { border-color: rgb(166,12,93); }

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