Html Css Color HEX #C10655 Jazzberry Jam

📋 copy color: '#C10655'

red 193 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #C10655

Tints of Jazzberry Jam #C10655

RGB

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

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

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

R = 67.96%
G = 2.11%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10655 (or 0xC10655) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 55. RGB value is (193,6,85). Sum of RGB (Red+Green+Blue) = 193+6+85=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10655 is #3EF9AA. Grayscale: #464646. Windows color (decimal): -4127147 or 5572289. OLE color: 5572289.

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

Color convert

RGB 193 6 85 -
CMYK 0 0.97 0.56 0.24
HSL 334.65º 0.94% 0.39% -
HSV(B) 334.65º 0.97% 0.76% -
XYZ 23.7 12.12 9.69 -
YUV 70.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 193 6 85 0 0.97 0.56 0.24 334.65 0.94 0.39
Hex C1 6 55 0 61 38 18 14F 5E 27
Octal 301 6 125 0 141 70 30 517 136 47
Binary 11000001 110 1010101 0 1100001 111000 11000 101001111 1011110 100111

Color Harmonies of #C10655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10655

Black with #C10655

Text Example


Text Example

White with #C10655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10655; }

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

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

background-color css

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

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

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

border-color css

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

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

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