Html Css Color HEX #C01260 Jazzberry Jam

📋 copy color: '#C01260'

red 192 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #C01260

Tints of Jazzberry Jam #C01260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 62.75%
G = 5.88%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C01260 (or 0xC01260) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 60. RGB value is (192,18,96). Sum of RGB (Red+Green+Blue) = 192+18+96=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01260 is #3FED9F. Grayscale: #4E4E4E. Windows color (decimal): -4189600 or 6296256. OLE color: 6296256.

HSL color Cylindrical-coordinate representation of color #C01260: hue angle of 333.1º 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 #C01260 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 96 -
CMYK 0 0.91 0.50 0.25
HSL 333.1º 0.83% 0.41% -
HSV(B) 333.1º 0.91% 0.75% -
XYZ 24.07 12.48 12.21 -
YUV 78.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 192 18 96 0 0.91 0.50 0.25 333.1 0.83 0.41
Hex C0 12 60 0 5B 32 19 14D 53 29
Octal 300 22 140 0 133 62 31 515 123 51
Binary 11000000 10010 1100000 0 1011011 110010 11001 101001101 1010011 101001

Color Harmonies of #C01260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01260

Black with #C01260

Text Example


Text Example

White with #C01260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01260; }

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

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

background-color css

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

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

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

border-color css

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

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

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