Html Css Color HEX #9C065C Jazzberry Jam

📋 copy color: '#9C065C'

red 156 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #9C065C

Tints of Jazzberry Jam #9C065C

RGB

 RED value IS 156 (61.33% from 255) = 61.42%

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 61.42%
G = 2.36%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C065C (or 0x9C065C) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 5C. RGB value is (156,6,92). Sum of RGB (Red+Green+Blue) = 156+6+92=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065C is #63F9A3. Grayscale: #3C3C3C. Windows color (decimal): -6551972 or 6031004. OLE color: 6031004.

HSL color Cylindrical-coordinate representation of color #9C065C: hue angle of 325.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C065C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 92 -
CMYK 0 0.96 0.41 0.39
HSL 325.6º 0.93% 0.32% -
HSV(B) 325.6º 0.96% 0.61% -
XYZ 15.71 7.97 10.84 -
YUV 60.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 156 6 92 0 0.96 0.41 0.39 325.6 0.93 0.32
Hex 9C 6 5C 0 60 29 27 146 5D 20
Octal 234 6 134 0 140 51 47 506 135 40
Binary 10011100 110 1011100 0 1100000 101001 100111 101000110 1011101 100000

Color Harmonies of #9C065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C065C

Black with #9C065C

Text Example


Text Example

White with #9C065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C065C; }

 p { color: rgb(156,6,92); }

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

background-color css

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

 a { background-color: rgb(156,6,92); }

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

border-color css

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

 span { border-color: rgb(156,6,92); }

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