Html Css Color HEX #C10164 Jazzberry Jam

📋 copy color: '#C10164'

red 193 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #C10164

Tints of Jazzberry Jam #C10164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 65.65%
G = 0.34%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10164 (or 0xC10164) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 64. RGB value is (193,1,100). Sum of RGB (Red+Green+Blue) = 193+1+100=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C10164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10164 is #3EFE9B. Grayscale: #454545. Windows color (decimal): -4128412 or 6554049. OLE color: 6554049.

HSL color Cylindrical-coordinate representation of color #C10164: hue angle of 329.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10164 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 100 -
CMYK 0 0.99 0.48 0.24
HSL 329.06º 0.99% 0.38% -
HSV(B) 329.06º 0.99% 0.76% -
XYZ 24.3 12.28 13.15 -
YUV 69.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 193 1 100 0 0.99 0.48 0.24 329.06 0.99 0.38
Hex C1 1 64 0 63 30 18 149 63 26
Octal 301 1 144 0 143 60 30 511 143 46
Binary 11000001 1 1100100 0 1100011 110000 11000 101001001 1100011 100110

Color Harmonies of #C10164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10164

Black with #C10164

Text Example


Text Example

White with #C10164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10164; }

 p { color: rgb(193,1,100); }

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

background-color css

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

 a { background-color: rgb(193,1,100); }

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

border-color css

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

 span { border-color: rgb(193,1,100); }

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