Html Css Color HEX #C10364 Jazzberry Jam

📋 copy color: '#C10364'

red 193 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #C10364

Tints of Jazzberry Jam #C10364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 65.2%
G = 1.01%
B = 33.78%

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

#C10364 (or 0xC10364) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 64. RGB value is (193,3,100). Sum of RGB (Red+Green+Blue) = 193+3+100=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10364 is #3EFC9B. Grayscale: #464646. Windows color (decimal): -4127900 or 6554561. OLE color: 6554561.

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

Color convert

RGB 193 3 100 -
CMYK 0 0.98 0.48 0.24
HSL 329.37º 0.97% 0.38% -
HSV(B) 329.37º 0.98% 0.76% -
XYZ 24.33 12.32 13.15 -
YUV 70.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 193 3 100 0 0.98 0.48 0.24 329.37 0.97 0.38
Hex C1 3 64 0 62 30 18 149 61 26
Octal 301 3 144 0 142 60 30 511 141 46
Binary 11000001 11 1100100 0 1100010 110000 11000 101001001 1100001 100110

Color Harmonies of #C10364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10364

Black with #C10364

Text Example


Text Example

White with #C10364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10364; }

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

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

background-color css

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

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

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

border-color css

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

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

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