Html Css Color HEX #C10064 Jazzberry Jam

📋 copy color: '#C10064'

red 193 ◦ green 0 ◦ blue 100

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

Shades of Jazzberry Jam #C10064

Tints of Jazzberry Jam #C10064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.87%
G = 0%
B = 34.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10064 (or 0xC10064) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 64. RGB value is (193,0,100). Sum of RGB (Red+Green+Blue) = 193+0+100=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C10064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10064 is #3EFF9B. Grayscale: #444444. Windows color (decimal): -4128668 or 6553793. OLE color: 6553793.

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

Color convert

RGB 193 0 100 -
CMYK 0 1 0.48 0.24
HSL 328.91º 1% 0.38% -
HSV(B) 328.91º 1% 0.76% -
XYZ 24.29 12.26 13.14 -
YUV 69.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 193 0 100 0 1 0.48 0.24 328.91 1 0.38
Hex C1 0 64 0 64 30 18 149 64 26
Octal 301 0 144 0 144 60 30 511 144 46
Binary 11000001 0 1100100 0 1100100 110000 11000 101001001 1100100 100110

Color Harmonies of #C10064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10064

Black with #C10064

Text Example


Text Example

White with #C10064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10064; }

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

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

background-color css

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

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

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

border-color css

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

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

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