Html Css Color HEX #C10853 Jazzberry Jam

📋 copy color: '#C10853'

red 193 ◦ green 8 ◦ blue 83

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

Shades of Jazzberry Jam #C10853

Tints of Jazzberry Jam #C10853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.23%

R = 67.96%
G = 2.82%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C10853 (or 0xC10853) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 53. RGB value is (193,8,83). Sum of RGB (Red+Green+Blue) = 193+8+83=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10853 is #3EF7AC. Grayscale: #474747. Windows color (decimal): -4126637 or 5441729. OLE color: 5441729.

HSL color Cylindrical-coordinate representation of color #C10853: hue angle of 335.68º 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 #C10853 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 83 -
CMYK 0 0.96 0.57 0.24
HSL 335.68º 0.92% 0.39% -
HSV(B) 335.68º 0.96% 0.76% -
XYZ 23.64 12.14 9.28 -
YUV 71.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 193 8 83 0 0.96 0.57 0.24 335.68 0.92 0.39
Hex C1 8 53 0 60 39 18 150 5C 27
Octal 301 10 123 0 140 71 30 520 134 47
Binary 11000001 1000 1010011 0 1100000 111001 11000 101010000 1011100 100111

Color Harmonies of #C10853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10853

Black with #C10853

Text Example


Text Example

White with #C10853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10853; }

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

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

background-color css

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

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

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

border-color css

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

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

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