Html Css Color HEX #C10658 Jazzberry Jam

📋 copy color: '#C10658'

red 193 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #C10658

Tints of Jazzberry Jam #C10658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 67.25%
G = 2.09%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10658 (or 0xC10658) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 58. RGB value is (193,6,88). Sum of RGB (Red+Green+Blue) = 193+6+88=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C10658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10658 is #3EF9A7. Grayscale: #474747. Windows color (decimal): -4127144 or 5768897. OLE color: 5768897.

HSL color Cylindrical-coordinate representation of color #C10658: hue angle of 333.69º degrees, saturation: 0.94, 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 #C10658 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 88 -
CMYK 0 0.97 0.54 0.24
HSL 333.69º 0.94% 0.39% -
HSV(B) 333.69º 0.97% 0.76% -
XYZ 23.82 12.17 10.33 -
YUV 71.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 193 6 88 0 0.97 0.54 0.24 333.69 0.94 0.39
Hex C1 6 58 0 61 36 18 14E 5E 27
Octal 301 6 130 0 141 66 30 516 136 47
Binary 11000001 110 1011000 0 1100001 110110 11000 101001110 1011110 100111

Color Harmonies of #C10658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10658

Black with #C10658

Text Example


Text Example

White with #C10658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10658; }

 p { color: rgb(193,6,88); }

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

background-color css

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

 a { background-color: rgb(193,6,88); }

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

border-color css

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

 span { border-color: rgb(193,6,88); }

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