Html Css Color HEX #C30660 Jazzberry Jam

📋 copy color: '#C30660'

red 195 ◦ green 6 ◦ blue 96

#C30660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C30660

Tints of Jazzberry Jam #C30660

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 65.66%
G = 2.02%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C30660 (or 0xC30660) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 60. RGB value is (195,6,96). Sum of RGB (Red+Green+Blue) = 195+6+96=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C30660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30660 is #3CF99F. Grayscale: #484848. Windows color (decimal): -3996064 or 6293187. OLE color: 6293187.

HSL color Cylindrical-coordinate representation of color #C30660: hue angle of 331.43º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30660 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 96 -
CMYK 0 0.97 0.51 0.24
HSL 331.43º 0.94% 0.39% -
HSV(B) 331.43º 0.97% 0.76% -
XYZ 24.68 12.58 12.19 -
YUV 72.77 141.12 215.18 -
System Red Green Blue C M Y K H S L
Decimal 195 6 96 0 0.97 0.51 0.24 331.43 0.94 0.39
Hex C3 6 60 0 61 33 18 14B 5E 27
Octal 303 6 140 0 141 63 30 513 136 47
Binary 11000011 110 1100000 0 1100001 110011 11000 101001011 1011110 100111

Color Harmonies of #C30660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30660

Black with #C30660

Text Example


Text Example

White with #C30660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30660; }

 p { color: rgb(195,6,96); }

 H1.HeaderClassName
 {
   color: #C30660;
 }
 .AnyTagClassName
 {
   color: #C30660;
 }
</style>

background-color css

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

 a { background-color: rgb(195,6,96); }

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

border-color css

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

 span { border-color: rgb(195,6,96); }

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