#C10765

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

Shades of Jazzberry Jam #C10765

Tints of Jazzberry Jam #C10765

Color information

#C10765 (or 0xC10765) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 07 and 65. RGB value is (193,7,101). Sum of RGB (Red+Green+Blue) = 193+7+101=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10765 is #3EF89A. Grayscale: #494949. Windows color (decimal): -4126875 or 6621121. OLE color: 6621121.

HSL color Cylindrical-coordinate representation of color #C10765: hue angle of 329.68º degrees, saturation: 0.93, 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 #C10765 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB1937101-
CMYK00.960.480.24
HSL329.68º93%39.22%-
HSV(B)329.68º96.37%75.69%-
XYZ24.4212.4313.42-
YUV73.33143.62213.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=64.12%
G=2.33%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193710100.960.480.24329.689339.22
HexC1765060301814a5d27
Octal30171450140603051213547
Binary11000001111110010101100000110000110001010010101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10765; }

 p { color: rgb(193,7,101); }

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

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

 a { background-color: rgb(193,7,101); }

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

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

 span { border-color: rgb(193,7,101); }

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