Html Css Color HEX #C01162 Jazzberry Jam

📋 copy color: '#C01162'

red 192 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #C01162

Tints of Jazzberry Jam #C01162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 62.54%
G = 5.54%
B = 31.92%

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

#C01162 (or 0xC01162) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 62. RGB value is (192,17,98). Sum of RGB (Red+Green+Blue) = 192+17+98=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C01162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01162 is #3FEE9D. Grayscale: #4E4E4E. Windows color (decimal): -4189854 or 6427072. OLE color: 6427072.

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

Color convert

RGB 192 17 98 -
CMYK 0 0.91 0.49 0.25
HSL 332.23º 0.84% 0.41% -
HSV(B) 332.23º 0.91% 0.75% -
XYZ 24.14 12.49 12.69 -
YUV 78.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 192 17 98 0 0.91 0.49 0.25 332.23 0.84 0.41
Hex C0 11 62 0 5B 31 19 14C 54 29
Octal 300 21 142 0 133 61 31 514 124 51
Binary 11000000 10001 1100010 0 1011011 110001 11001 101001100 1010100 101001

Color Harmonies of #C01162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01162

Black with #C01162

Text Example


Text Example

White with #C01162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01162; }

 p { color: rgb(192,17,98); }

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

background-color css

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

 a { background-color: rgb(192,17,98); }

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

border-color css

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

 span { border-color: rgb(192,17,98); }

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