Html Css Color HEX #C10568 Jazzberry Jam

📋 copy color: '#C10568'

red 193 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #C10568

Tints of Jazzberry Jam #C10568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 63.91%
G = 1.66%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C10568 (or 0xC10568) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 68. RGB value is (193,5,104). Sum of RGB (Red+Green+Blue) = 193+5+104=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C10568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10568 is #3EFA97. Grayscale: #484848. Windows color (decimal): -4127384 or 6817217. OLE color: 6817217.

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

Color convert

RGB 193 5 104 -
CMYK 0 0.97 0.46 0.24
HSL 328.4º 0.95% 0.39% -
HSV(B) 328.4º 0.97% 0.76% -
XYZ 24.55 12.45 14.21 -
YUV 72.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 193 5 104 0 0.97 0.46 0.24 328.4 0.95 0.39
Hex C1 5 68 0 61 2E 18 148 5F 27
Octal 301 5 150 0 141 56 30 510 137 47
Binary 11000001 101 1101000 0 1100001 101110 11000 101001000 1011111 100111

Color Harmonies of #C10568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10568

Black with #C10568

Text Example


Text Example

White with #C10568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10568; }

 p { color: rgb(193,5,104); }

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

background-color css

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

 a { background-color: rgb(193,5,104); }

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

border-color css

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

 span { border-color: rgb(193,5,104); }

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