#C30867

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

Shades of Jazzberry Jam #C30867

Tints of Jazzberry Jam #C30867

Color information

#C30867 (or 0xC30867) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 08 and 67. RGB value is (195,8,103). Sum of RGB (Red+Green+Blue) = 195+8+103=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30867 is #3CF798. Grayscale: #4A4A4A. Windows color (decimal): -3995545 or 6752451. OLE color: 6752451.

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

Color convert

RGB1958103-
CMYK00.960.470.24
HSL329.52º92.12%39.8%-
HSV(B)329.52º95.9%76.47%-
XYZ25.0412.7613.97-
YUV74.74143.95213.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.73%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=63.73%
G=2.61%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195810300.960.470.24329.5292.1239.8
HexC38670602F1814a5c28
Octal303101470140573051213450
Binary110000111000110011101100000101111110001010010101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30867; }

 p { color: rgb(195,8,103); }

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

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

 a { background-color: rgb(195,8,103); }

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

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

 span { border-color: rgb(195,8,103); }

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