#C0014B

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

Shades of Jazzberry Jam #C0014B

Tints of Jazzberry Jam #C0014B

Color information

#C0014B (or 0xC0014B) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 01 and 4B. RGB value is (192,1,75). Sum of RGB (Red+Green+Blue) = 192+1+75=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0014B is #3FFEB4. Grayscale: #424242. Windows color (decimal): -4193973 or 4915648. OLE color: 4915648.

HSL color Cylindrical-coordinate representation of color #C0014B: hue angle of 336.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0014B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB192175-
CMYK00.990.610.25
HSL336.75º98.96%37.84%-
HSV(B)336.75º99.48%75.29%-
XYZ23.0211.747.71-
YUV66.54132.78217.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=71.64%
G=0.37%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217500.990.610.25336.7598.9637.84
HexC014B0633D191516326
Octal30011130143753152114346
Binary110000001100101101100011111101110011010100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0014B; }

 p { color: rgb(192,1,75); }

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

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

 a { background-color: rgb(192,1,75); }

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

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

 span { border-color: rgb(192,1,75); }

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