Html Css Color HEX #C30456 Jazzberry Jam

📋 copy color: '#C30456'

red 195 ◦ green 4 ◦ blue 86

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

Shades of Jazzberry Jam #C30456

Tints of Jazzberry Jam #C30456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 68.42%
G = 1.4%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30456 (or 0xC30456) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 56. RGB value is (195,4,86). Sum of RGB (Red+Green+Blue) = 195+4+86=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30456 is #3CFBA9. Grayscale: #464646. Windows color (decimal): -3996586 or 5637315. OLE color: 5637315.

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

Color convert

RGB 195 4 86 -
CMYK 0 0.98 0.56 0.24
HSL 334.24º 0.96% 0.39% -
HSV(B) 334.24º 0.98% 0.76% -
XYZ 24.23 12.36 9.91 -
YUV 70.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 195 4 86 0 0.98 0.56 0.24 334.24 0.96 0.39
Hex C3 4 56 0 62 38 18 14E 60 27
Octal 303 4 126 0 142 70 30 516 140 47
Binary 11000011 100 1010110 0 1100010 111000 11000 101001110 1100000 100111

Color Harmonies of #C30456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30456

Black with #C30456

Text Example


Text Example

White with #C30456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30456; }

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

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

background-color css

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

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

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

border-color css

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

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

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