Html Css Color HEX #C11062 Jazzberry Jam

📋 copy color: '#C11062'

red 193 ◦ green 16 ◦ blue 98

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

Shades of Jazzberry Jam #C11062

Tints of Jazzberry Jam #C11062

RGB

 RED value IS 193 (75.78% from 255) = 62.87%

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 62.87%
G = 5.21%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C11062 (or 0xC11062) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 62. RGB value is (193,16,98). Sum of RGB (Red+Green+Blue) = 193+16+98=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C11062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11062 is #3EEF9D. Grayscale: #4E4E4E. Windows color (decimal): -4124574 or 6426817. OLE color: 6426817.

HSL color Cylindrical-coordinate representation of color #C11062: hue angle of 332.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11062 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 98 -
CMYK 0 0.92 0.49 0.24
HSL 332.2º 0.85% 0.41% -
HSV(B) 332.2º 0.92% 0.76% -
XYZ 24.38 12.59 12.7 -
YUV 78.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 193 16 98 0 0.92 0.49 0.24 332.2 0.85 0.41
Hex C1 10 62 0 5C 31 18 14C 55 29
Octal 301 20 142 0 134 61 30 514 125 51
Binary 11000001 10000 1100010 0 1011100 110001 11000 101001100 1010101 101001

Color Harmonies of #C11062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11062

Black with #C11062

Text Example


Text Example

White with #C11062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11062; }

 p { color: rgb(193,16,98); }

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

background-color css

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

 a { background-color: rgb(193,16,98); }

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

border-color css

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

 span { border-color: rgb(193,16,98); }

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