Html Css Color HEX #C01A60 Jazzberry Jam

📋 copy color: '#C01A60'

red 192 ◦ green 26 ◦ blue 96

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

Shades of Jazzberry Jam #C01A60

Tints of Jazzberry Jam #C01A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

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

R = 61.15%
G = 8.28%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C01A60 (or 0xC01A60) is known color: Jazzberry Jam. HEX triplet: C0, 1A and 60. RGB value is (192,26,96). Sum of RGB (Red+Green+Blue) = 192+26+96=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A60 is #3FE59F. Grayscale: #535353. Windows color (decimal): -4187552 or 6298304. OLE color: 6298304.

HSL color Cylindrical-coordinate representation of color #C01A60: hue angle of 334.7º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A60 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 96 -
CMYK 0 0.86 0.50 0.25
HSL 334.7º 0.76% 0.43% -
HSV(B) 334.7º 0.86% 0.75% -
XYZ 24.22 12.79 12.26 -
YUV 83.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 192 26 96 0 0.86 0.50 0.25 334.7 0.76 0.43
Hex C0 1A 60 0 56 32 19 14F 4C 2B
Octal 300 32 140 0 126 62 31 517 114 53
Binary 11000000 11010 1100000 0 1010110 110010 11001 101001111 1001100 101011

Color Harmonies of #C01A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A60

Black with #C01A60

Text Example


Text Example

White with #C01A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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