Html Css Color HEX #C01261 Jazzberry Jam

📋 copy color: '#C01261'

red 192 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #C01261

Tints of Jazzberry Jam #C01261

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 62.54%
G = 5.86%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01261 (or 0xC01261) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 61. RGB value is (192,18,97). Sum of RGB (Red+Green+Blue) = 192+18+97=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C01261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01261 is #3FED9E. Grayscale: #4E4E4E. Windows color (decimal): -4189599 or 6361792. OLE color: 6361792.

HSL color Cylindrical-coordinate representation of color #C01261: hue angle of 332.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01261 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 97 -
CMYK 0 0.91 0.49 0.25
HSL 332.76º 0.83% 0.41% -
HSV(B) 332.76º 0.91% 0.75% -
XYZ 24.11 12.5 12.45 -
YUV 79.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 192 18 97 0 0.91 0.49 0.25 332.76 0.83 0.41
Hex C0 12 61 0 5B 31 19 14D 53 29
Octal 300 22 141 0 133 61 31 515 123 51
Binary 11000000 10010 1100001 0 1011011 110001 11001 101001101 1010011 101001

Color Harmonies of #C01261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01261

Black with #C01261

Text Example


Text Example

White with #C01261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01261; }

 p { color: rgb(192,18,97); }

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

background-color css

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

 a { background-color: rgb(192,18,97); }

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

border-color css

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

 span { border-color: rgb(192,18,97); }

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