Html Css Color HEX #C2015F Jazzberry Jam

📋 copy color: '#C2015F'

red 194 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #C2015F

Tints of Jazzberry Jam #C2015F

RGB

 RED value IS 194 (76.17% from 255) = 66.9%

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 66.9%
G = 0.34%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2015F (or 0xC2015F) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 5F. RGB value is (194,1,95). Sum of RGB (Red+Green+Blue) = 194+1+95=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2015F is #3DFEA0. Grayscale: #454545. Windows color (decimal): -4062881 or 6226370. OLE color: 6226370.

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

Color convert

RGB 194 1 95 -
CMYK 0 0.99 0.51 0.24
HSL 330.78º 0.99% 0.38% -
HSV(B) 330.78º 0.99% 0.76% -
XYZ 24.32 12.32 11.92 -
YUV 69.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 194 1 95 0 0.99 0.51 0.24 330.78 0.99 0.38
Hex C2 1 5F 0 63 33 18 14B 63 26
Octal 302 1 137 0 143 63 30 513 143 46
Binary 11000010 1 1011111 0 1100011 110011 11000 101001011 1100011 100110

Color Harmonies of #C2015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2015F

Black with #C2015F

Text Example


Text Example

White with #C2015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2015F; }

 p { color: rgb(194,1,95); }

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

background-color css

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

 a { background-color: rgb(194,1,95); }

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

border-color css

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

 span { border-color: rgb(194,1,95); }

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