Html Css Color HEX #C10651 Jazzberry Jam

📋 copy color: '#C10651'

red 193 ◦ green 6 ◦ blue 81

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

Shades of Jazzberry Jam #C10651

Tints of Jazzberry Jam #C10651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 68.93%
G = 2.14%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10651 (or 0xC10651) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 51. RGB value is (193,6,81). Sum of RGB (Red+Green+Blue) = 193+6+81=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10651 is #3EF9AE. Grayscale: #464646. Windows color (decimal): -4127151 or 5310145. OLE color: 5310145.

HSL color Cylindrical-coordinate representation of color #C10651: hue angle of 335.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10651 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 81 -
CMYK 0 0.97 0.58 0.24
HSL 335.94º 0.94% 0.39% -
HSV(B) 335.94º 0.97% 0.76% -
XYZ 23.54 12.06 8.87 -
YUV 70.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 193 6 81 0 0.97 0.58 0.24 335.94 0.94 0.39
Hex C1 6 51 0 61 3A 18 150 5E 27
Octal 301 6 121 0 141 72 30 520 136 47
Binary 11000001 110 1010001 0 1100001 111010 11000 101010000 1011110 100111

Color Harmonies of #C10651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10651

Black with #C10651

Text Example


Text Example

White with #C10651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10651; }

 p { color: rgb(193,6,81); }

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

background-color css

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

 a { background-color: rgb(193,6,81); }

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

border-color css

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

 span { border-color: rgb(193,6,81); }

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