Html Css Color HEX #C30156 Jazzberry Jam

📋 copy color: '#C30156'

red 195 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #C30156

Tints of Jazzberry Jam #C30156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 69.15%
G = 0.35%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30156 (or 0xC30156) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 56. RGB value is (195,1,86). Sum of RGB (Red+Green+Blue) = 195+1+86=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30156 is #3CFEA9. Grayscale: #444444. Windows color (decimal): -3997354 or 5636547. OLE color: 5636547.

HSL color Cylindrical-coordinate representation of color #C30156: hue angle of 333.71º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30156 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 86 -
CMYK 0 0.99 0.56 0.24
HSL 333.71º 0.99% 0.38% -
HSV(B) 333.71º 0.99% 0.76% -
XYZ 24.2 12.3 9.9 -
YUV 68.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 195 1 86 0 0.99 0.56 0.24 333.71 0.99 0.38
Hex C3 1 56 0 63 38 18 14E 63 26
Octal 303 1 126 0 143 70 30 516 143 46
Binary 11000011 1 1010110 0 1100011 111000 11000 101001110 1100011 100110

Color Harmonies of #C30156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30156

Black with #C30156

Text Example


Text Example

White with #C30156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30156; }

 p { color: rgb(195,1,86); }

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

background-color css

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

 a { background-color: rgb(195,1,86); }

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

border-color css

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

 span { border-color: rgb(195,1,86); }

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