Html Css Color HEX #C01164 Jazzberry Jam

📋 copy color: '#C01164'

red 192 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #C01164

Tints of Jazzberry Jam #C01164

RGB

 RED value IS 192 (75.39% from 255) = 62.14%

 GREEN value IS 17 (7.03% from 255) = 5.5%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 62.14%
G = 5.5%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01164 (or 0xC01164) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 64. RGB value is (192,17,100). Sum of RGB (Red+Green+Blue) = 192+17+100=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01164 is #3FEE9B. Grayscale: #4E4E4E. Windows color (decimal): -4189852 or 6558144. OLE color: 6558144.

HSL color Cylindrical-coordinate representation of color #C01164: hue angle of 331.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01164 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 100 -
CMYK 0 0.91 0.48 0.25
HSL 331.54º 0.84% 0.41% -
HSV(B) 331.54º 0.91% 0.75% -
XYZ 24.24 12.53 13.2 -
YUV 78.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 192 17 100 0 0.91 0.48 0.25 331.54 0.84 0.41
Hex C0 11 64 0 5B 30 19 14C 54 29
Octal 300 21 144 0 133 60 31 514 124 51
Binary 11000000 10001 1100100 0 1011011 110000 11001 101001100 1010100 101001

Color Harmonies of #C01164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01164

Black with #C01164

Text Example


Text Example

White with #C01164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01164; }

 p { color: rgb(192,17,100); }

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

background-color css

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

 a { background-color: rgb(192,17,100); }

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

border-color css

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

 span { border-color: rgb(192,17,100); }

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