Html Css Color HEX #C10851 Jazzberry Jam

📋 copy color: '#C10851'

red 193 ◦ green 8 ◦ blue 81

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

Shades of Jazzberry Jam #C10851

Tints of Jazzberry Jam #C10851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

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

R = 68.44%
G = 2.84%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10851 (or 0xC10851) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 51. RGB value is (193,8,81). Sum of RGB (Red+Green+Blue) = 193+8+81=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10851 is #3EF7AE. Grayscale: #474747. Windows color (decimal): -4126639 or 5310657. OLE color: 5310657.

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

Color convert

RGB 193 8 81 -
CMYK 0 0.96 0.58 0.24
HSL 336.32º 0.92% 0.39% -
HSV(B) 336.32º 0.96% 0.76% -
XYZ 23.56 12.11 8.88 -
YUV 71.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 193 8 81 0 0.96 0.58 0.24 336.32 0.92 0.39
Hex C1 8 51 0 60 3A 18 150 5C 27
Octal 301 10 121 0 140 72 30 520 134 47
Binary 11000001 1000 1010001 0 1100000 111010 11000 101010000 1011100 100111

Color Harmonies of #C10851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10851

Black with #C10851

Text Example


Text Example

White with #C10851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10851; }

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

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

background-color css

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

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

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

border-color css

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

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

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