Html Css Color HEX #C10B55 Jazzberry Jam

📋 copy color: '#C10B55'

red 193 ◦ green 11 ◦ blue 85

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

Shades of Jazzberry Jam #C10B55

Tints of Jazzberry Jam #C10B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 66.78%
G = 3.81%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10B55 (or 0xC10B55) is known color: Jazzberry Jam. HEX triplet: C1, 0B and 55. RGB value is (193,11,85). Sum of RGB (Red+Green+Blue) = 193+11+85=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B55 is #3EF4AA. Grayscale: #494949. Windows color (decimal): -4125867 or 5573569. OLE color: 5573569.

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

Color convert

RGB 193 11 85 -
CMYK 0 0.94 0.56 0.24
HSL 335.6º 0.89% 0.4% -
HSV(B) 335.6º 0.94% 0.76% -
XYZ 23.75 12.23 9.7 -
YUV 73.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 193 11 85 0 0.94 0.56 0.24 335.6 0.89 0.4
Hex C1 B 55 0 5E 38 18 150 59 28
Octal 301 13 125 0 136 70 30 520 131 50
Binary 11000001 1011 1010101 0 1011110 111000 11000 101010000 1011001 101000

Color Harmonies of #C10B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B55

Black with #C10B55

Text Example


Text Example

White with #C10B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B55; }

 p { color: rgb(193,11,85); }

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

background-color css

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

 a { background-color: rgb(193,11,85); }

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

border-color css

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

 span { border-color: rgb(193,11,85); }

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