#c10062

Color #C10062 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C10062

Tints of Jazzberry Jam #C10062

Color information

#C10062 (or 0xC10062) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 00 and 62. RGB value is (193,0,98). Sum of RGB (Red+Green+Blue) = 193+0+98=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C10062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10062 is #3EFF9D. Grayscale: #444444. Windows color (decimal): -4128670 or 6422721. OLE color: 6422721.

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

Color convert

RGB193098-
CMYK010.490.24
HSL329.53º100%37.84%-
HSV(B)329.53º100%75.69%-
XYZ24.212.2212.64-
YUV68.88144.44216.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=66.32%
G=0%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193098010.490.24329.5310037.84
HexC1062064311814a6426
Octal30101420144613051214446
Binary110000010110001001100100110001110001010010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10062; }

 p { color: rgb(193,0,98); }

 H1.HeaderClassName
 {
   color: #c10062;
 }
 .AnyTagClassName
 {
   color: #c10062;
 }
</style>
background-color css

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

 a { background-color: rgb(193,0,98); }

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

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

 span { border-color: rgb(193,0,98); }

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