Html Css Color HEX #C4015D Jazzberry Jam

📋 copy color: '#C4015D'

red 196 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #C4015D

Tints of Jazzberry Jam #C4015D

RGB

 RED value IS 196 (76.95% from 255) = 67.59%

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 67.59%
G = 0.34%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4015D (or 0xC4015D) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 5D. RGB value is (196,1,93). Sum of RGB (Red+Green+Blue) = 196+1+93=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4015D is #3BFEA2. Grayscale: #454545. Windows color (decimal): -3931811 or 6095300. OLE color: 6095300.

HSL color Cylindrical-coordinate representation of color #C4015D: hue angle of 331.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4015D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 93 -
CMYK 0 0.99 0.53 0.23
HSL 331.69º 0.99% 0.39% -
HSV(B) 331.69º 0.99% 0.77% -
XYZ 24.75 12.55 11.47 -
YUV 69.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 196 1 93 0 0.99 0.53 0.23 331.69 0.99 0.39
Hex C4 1 5D 0 63 35 17 14C 63 27
Octal 304 1 135 0 143 65 27 514 143 47
Binary 11000100 1 1011101 0 1100011 110101 10111 101001100 1100011 100111

Color Harmonies of #C4015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4015D

Black with #C4015D

Text Example


Text Example

White with #C4015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4015D; }

 p { color: rgb(196,1,93); }

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

background-color css

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

 a { background-color: rgb(196,1,93); }

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

border-color css

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

 span { border-color: rgb(196,1,93); }

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