Html Css Color HEX #C01169 Jazzberry Jam

📋 copy color: '#C01169'

red 192 ◦ green 17 ◦ blue 105

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

Shades of Jazzberry Jam #C01169

Tints of Jazzberry Jam #C01169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 61.15%
G = 5.41%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C01169 (or 0xC01169) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 69. RGB value is (192,17,105). Sum of RGB (Red+Green+Blue) = 192+17+105=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01169 is #3FEE96. Grayscale: #4F4F4F. Windows color (decimal): -4189847 or 6885824. OLE color: 6885824.

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

Color convert

RGB 192 17 105 -
CMYK 0 0.91 0.45 0.25
HSL 329.83º 0.84% 0.41% -
HSV(B) 329.83º 0.91% 0.75% -
XYZ 24.49 12.63 14.51 -
YUV 79.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 192 17 105 0 0.91 0.45 0.25 329.83 0.84 0.41
Hex C0 11 69 0 5B 2D 19 14A 54 29
Octal 300 21 151 0 133 55 31 512 124 51
Binary 11000000 10001 1101001 0 1011011 101101 11001 101001010 1010100 101001

Color Harmonies of #C01169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01169

Black with #C01169

Text Example


Text Example

White with #C01169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01169; }

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

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

background-color css

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

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

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

border-color css

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

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

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