Html Css Color HEX #C30764 Jazzberry Jam

📋 copy color: '#C30764'

red 195 ◦ green 7 ◦ blue 100

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

Shades of Jazzberry Jam #C30764

Tints of Jazzberry Jam #C30764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 64.57%
G = 2.32%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30764 (or 0xC30764) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 64. RGB value is (195,7,100). Sum of RGB (Red+Green+Blue) = 195+7+100=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30764 is #3CF89B. Grayscale: #494949. Windows color (decimal): -3995804 or 6555587. OLE color: 6555587.

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

Color convert

RGB 195 7 100 -
CMYK 0 0.96 0.49 0.24
HSL 330.32º 0.93% 0.4% -
HSV(B) 330.32º 0.96% 0.76% -
XYZ 24.88 12.67 13.19 -
YUV 73.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 195 7 100 0 0.96 0.49 0.24 330.32 0.93 0.4
Hex C3 7 64 0 60 31 18 14A 5D 28
Octal 303 7 144 0 140 61 30 512 135 50
Binary 11000011 111 1100100 0 1100000 110001 11000 101001010 1011101 101000

Color Harmonies of #C30764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30764

Black with #C30764

Text Example


Text Example

White with #C30764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30764; }

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

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

background-color css

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

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

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

border-color css

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

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

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