Html Css Color HEX #C30760 Jazzberry Jam

📋 copy color: '#C30760'

red 195 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #C30760

Tints of Jazzberry Jam #C30760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 65.44%
G = 2.35%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C30760 (or 0xC30760) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 60. RGB value is (195,7,96). Sum of RGB (Red+Green+Blue) = 195+7+96=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30760 is #3CF89F. Grayscale: #494949. Windows color (decimal): -3995808 or 6293443. OLE color: 6293443.

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

Color convert

RGB 195 7 96 -
CMYK 0 0.96 0.51 0.24
HSL 331.6º 0.93% 0.4% -
HSV(B) 331.6º 0.96% 0.76% -
XYZ 24.69 12.6 12.2 -
YUV 73.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 195 7 96 0 0.96 0.51 0.24 331.6 0.93 0.4
Hex C3 7 60 0 60 33 18 14C 5D 28
Octal 303 7 140 0 140 63 30 514 135 50
Binary 11000011 111 1100000 0 1100000 110011 11000 101001100 1011101 101000

Color Harmonies of #C30760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30760

Black with #C30760

Text Example


Text Example

White with #C30760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30760; }

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

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

background-color css

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

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

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

border-color css

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

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

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