Html Css Color HEX #C11265 Jazzberry Jam

📋 copy color: '#C11265'

red 193 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #C11265

Tints of Jazzberry Jam #C11265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 61.86%
G = 5.77%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C11265 (or 0xC11265) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 65. RGB value is (193,18,101). Sum of RGB (Red+Green+Blue) = 193+18+101=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11265 is #3EED9A. Grayscale: #4F4F4F. Windows color (decimal): -4124059 or 6623937. OLE color: 6623937.

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

Color convert

RGB 193 18 101 -
CMYK 0 0.91 0.48 0.24
HSL 331.54º 0.83% 0.41% -
HSV(B) 331.54º 0.91% 0.76% -
XYZ 24.56 12.71 13.47 -
YUV 79.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 193 18 101 0 0.91 0.48 0.24 331.54 0.83 0.41
Hex C1 12 65 0 5B 30 18 14C 53 29
Octal 301 22 145 0 133 60 30 514 123 51
Binary 11000001 10010 1100101 0 1011011 110000 11000 101001100 1010011 101001

Color Harmonies of #C11265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11265

Black with #C11265

Text Example


Text Example

White with #C11265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11265; }

 p { color: rgb(193,18,101); }

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

background-color css

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

 a { background-color: rgb(193,18,101); }

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

border-color css

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

 span { border-color: rgb(193,18,101); }

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