#C10D5B

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

Shades of Jazzberry Jam #C10D5B

Tints of Jazzberry Jam #C10D5B

Color information

#C10D5B (or 0xC10D5B) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0D and 5B. RGB value is (193,13,91). Sum of RGB (Red+Green+Blue) = 193+13+91=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D5B is #3EF2A4. Grayscale: #4B4B4B. Windows color (decimal): -4125349 or 5967297. OLE color: 5967297.

HSL color Cylindrical-coordinate representation of color #C10D5B: hue angle of 334º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1931391-
CMYK00.930.530.24
HSL334º87.38%40.39%-
HSV(B)334º93.26%75.69%-
XYZ24.0212.3811.02-
YUV75.71136.63211.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=64.98%
G=4.38%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193139100.930.530.2433487.3840.39
HexC1D5B05D351814e5728
Octal301151330135653051612750
Binary110000011101101101101011101110101110001010011101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D5B; }

 p { color: rgb(193,13,91); }

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

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

 a { background-color: rgb(193,13,91); }

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

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

 span { border-color: rgb(193,13,91); }

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