Html Css Color HEX #C01165 Jazzberry Jam

📋 copy color: '#C01165'

red 192 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #C01165

Tints of Jazzberry Jam #C01165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 61.94%
G = 5.48%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01165 (or 0xC01165) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 65. RGB value is (192,17,101). Sum of RGB (Red+Green+Blue) = 192+17+101=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C01165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01165 is #3FEE9A. Grayscale: #4E4E4E. Windows color (decimal): -4189851 or 6623680. OLE color: 6623680.

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

Color convert

RGB 192 17 101 -
CMYK 0 0.91 0.47 0.25
HSL 331.2º 0.84% 0.41% -
HSV(B) 331.2º 0.91% 0.75% -
XYZ 24.29 12.55 13.45 -
YUV 78.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 192 17 101 0 0.91 0.47 0.25 331.2 0.84 0.41
Hex C0 11 65 0 5B 2F 19 14B 54 29
Octal 300 21 145 0 133 57 31 513 124 51
Binary 11000000 10001 1100101 0 1011011 101111 11001 101001011 1010100 101001

Color Harmonies of #C01165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01165

Black with #C01165

Text Example


Text Example

White with #C01165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01165; }

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

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

background-color css

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

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

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

border-color css

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

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

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