Html Css Color HEX #C10863 Jazzberry Jam

📋 copy color: '#C10863'

red 193 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #C10863

Tints of Jazzberry Jam #C10863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 64.33%
G = 2.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C10863 (or 0xC10863) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 63. RGB value is (193,8,99). Sum of RGB (Red+Green+Blue) = 193+8+99=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10863 is #3EF79C. Grayscale: #494949. Windows color (decimal): -4126621 or 6490305. OLE color: 6490305.

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

Color convert

RGB 193 8 99 -
CMYK 0 0.96 0.49 0.24
HSL 330.49º 0.92% 0.39% -
HSV(B) 330.49º 0.96% 0.76% -
XYZ 24.33 12.41 12.92 -
YUV 73.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 193 8 99 0 0.96 0.49 0.24 330.49 0.92 0.39
Hex C1 8 63 0 60 31 18 14A 5C 27
Octal 301 10 143 0 140 61 30 512 134 47
Binary 11000001 1000 1100011 0 1100000 110001 11000 101001010 1011100 100111

Color Harmonies of #C10863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10863

Black with #C10863

Text Example


Text Example

White with #C10863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10863; }

 p { color: rgb(193,8,99); }

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

background-color css

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

 a { background-color: rgb(193,8,99); }

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

border-color css

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

 span { border-color: rgb(193,8,99); }

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