Html Css Color HEX #C30762 Jazzberry Jam

📋 copy color: '#C30762'

red 195 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #C30762

Tints of Jazzberry Jam #C30762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 65%
G = 2.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30762 (or 0xC30762) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 62. RGB value is (195,7,98). Sum of RGB (Red+Green+Blue) = 195+7+98=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30762 is #3CF89D. Grayscale: #494949. Windows color (decimal): -3995806 or 6424515. OLE color: 6424515.

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

Color convert

RGB 195 7 98 -
CMYK 0 0.96 0.50 0.24
HSL 330.96º 0.93% 0.4% -
HSV(B) 330.96º 0.96% 0.76% -
XYZ 24.79 12.64 12.69 -
YUV 73.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 195 7 98 0 0.96 0.50 0.24 330.96 0.93 0.4
Hex C3 7 62 0 60 32 18 14B 5D 28
Octal 303 7 142 0 140 62 30 513 135 50
Binary 11000011 111 1100010 0 1100000 110010 11000 101001011 1011101 101000

Color Harmonies of #C30762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30762

Black with #C30762

Text Example


Text Example

White with #C30762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30762; }

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

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

background-color css

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

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

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

border-color css

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

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

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