Html Css Color HEX #C10464 Jazzberry Jam

📋 copy color: '#C10464'

red 193 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #C10464

Tints of Jazzberry Jam #C10464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 64.98%
G = 1.35%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10464 (or 0xC10464) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 64. RGB value is (193,4,100). Sum of RGB (Red+Green+Blue) = 193+4+100=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10464 is #3EFB9B. Grayscale: #474747. Windows color (decimal): -4127644 or 6554817. OLE color: 6554817.

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

Color convert

RGB 193 4 100 -
CMYK 0 0.98 0.48 0.24
HSL 329.52º 0.96% 0.39% -
HSV(B) 329.52º 0.98% 0.76% -
XYZ 24.34 12.34 13.16 -
YUV 71.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 193 4 100 0 0.98 0.48 0.24 329.52 0.96 0.39
Hex C1 4 64 0 62 30 18 14A 60 27
Octal 301 4 144 0 142 60 30 512 140 47
Binary 11000001 100 1100100 0 1100010 110000 11000 101001010 1100000 100111

Color Harmonies of #C10464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10464

Black with #C10464

Text Example


Text Example

White with #C10464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10464; }

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

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

background-color css

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

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

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

border-color css

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

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

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